diff --git a/ESP32/console_esp32.cpp b/ESP32/console_esp32.cpp index 787733f..5cd328d 100644 --- a/ESP32/console_esp32.cpp +++ b/ESP32/console_esp32.cpp @@ -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];