diff options
Diffstat (limited to 'src/debug.h')
-rw-r--r-- | src/debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/debug.h b/src/debug.h index fe8e968..f62dd96 100644 --- a/src/debug.h +++ b/src/debug.h @@ -13,6 +13,7 @@ void screen_lowlvl_testdraw(); void uart_echo(); void test_clock(); void eeprom_testbyte(); +void debug_crash(); unsigned int ticks_to_seconds(); #define DEBUG_LED_ON() LED_DEBUG_PORT |= _BV(LED_DEBUG) |