mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-13 18:19:33 +00:00
Adjust initial CPLD io_reg value for new CPLD code.
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user