mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-11 00:59:50 -04:00
Adjust initial CPLD io_reg value for new CPLD code.
This commit is contained in:
parent
17ba51d7eb
commit
b12f90ef08
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue