summaryrefslogtreecommitdiff
path: root/src/boot_O2/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot_O2/debug.c')
-rw-r--r--src/boot_O2/debug.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/boot_O2/debug.c b/src/boot_O2/debug.c
deleted file mode 100644
index 3933b585e..000000000
--- a/src/boot_O2/debug.c
+++ /dev/null
@@ -1,11 +0,0 @@
-#include "global.h"
-#include "fault.h"
-
-void _dbg_hungup(const char* file, int lineNum) {
- osGetThreadId(NULL);
- Fault_AddHungupAndCrash(file, lineNum);
-}
-
-void Reset(void) {
- Fault_AddHungupAndCrash("Reset", 0);
-}