mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-02-02 17:44:42 -05: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 size_t gpio_data_shift = 8;
|
||||||
static constexpr ioportmask_t gpio_data_mask = 0xffU << gpio_data_shift;
|
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() {
|
void lcd_rd_assert() {
|
||||||
gpio_lcd_rd.set();
|
gpio_lcd_rd.set();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user