diff options
author | Brett Weiland <brett_weiland@bpcsapce.com> | 2023-01-12 13:41:48 -0600 |
---|---|---|
committer | Brett Weiland <brett_weiland@bpcsapce.com> | 2023-01-12 13:41:48 -0600 |
commit | b666668d0e6b67e4632e65486cae814ab5abbc39 (patch) | |
tree | 0cf0c2d689799c5e98d505e632248fdc5ed5a072 /src/debug.h | |
parent | 94304b11e7220f060dbc345de5fa1952d0465016 (diff) |
updating for linkedin
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) |