Skip to content

Commit

Permalink
[keys] wrap IEC call in BUILD_IEC
Browse files Browse the repository at this point in the history
  • Loading branch information
tschak909 committed Jun 30, 2023
1 parent 5a3f8cd commit d40e530
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/hardware/keys.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,9 @@ void KeyManager::_keystate_task(void *param)
Debug_println("ACTION: Reboot");
//fnSystem.reboot();
// IEC.releaseLines();
#ifdef BUILD_IEC
Debug_printf("bus_state[%d]\r\n", IEC.bus_state);
#endif
Debug_printf("Heap: %lu\r\n",esp_get_free_internal_heap_size());
// Debug_printf("PsramSize: %u\r\n", fnSystem.get_psram_size());
// Debug_printf("himem phys: %u\r\n", esp_himem_get_phys_size());
Expand Down

0 comments on commit d40e530

Please sign in to comment.