ESP32 compile fail
This commit is contained in:
parent
d5aeb468db
commit
abd2ed85df
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ void console_esp32::panel_update_thread()
|
|||
uint16_t current_PC = c->getPC();
|
||||
uint32_t full_addr = b->calculate_physical_address(run_mode, current_PC, false, false, true, i_space);
|
||||
|
||||
uint16_t current_instr = b->readWord(current_PC);
|
||||
uint16_t current_instr = b->read_word(current_PC);
|
||||
|
||||
uint32_t led_color = run_mode_led_color[run_mode];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue