Adjust initial CPLD io_reg value for new CPLD code.

This commit is contained in:
Jared Boone 2017-05-01 10:34:33 +01:00
parent 17ba51d7eb
commit b12f90ef08

View File

@ -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();