mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-12-13 03:34:35 +00:00
Adjust initial CPLD io_reg value for new CPLD code.
This commit is contained in:
parent
17ba51d7eb
commit
b12f90ef08
@ -198,7 +198,7 @@ private:
|
||||
static constexpr size_t gpio_data_shift = 8;
|
||||
static constexpr ioportmask_t gpio_data_mask = 0xffU << gpio_data_shift;
|
||||
|
||||
uint8_t io_reg { 0x01 };
|
||||
uint8_t io_reg { 0x03 };
|
||||
|
||||
void lcd_rd_assert() {
|
||||
gpio_lcd_rd.set();
|
||||
|
Loading…
Reference in New Issue
Block a user