summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--demos/bsp/boards/board.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/demos/bsp/boards/board.c b/demos/bsp/boards/board.c
index 069ceab3f..e3c336cde 100644
--- a/demos/bsp/boards/board.c
+++ b/demos/bsp/boards/board.c
@@ -54,6 +54,8 @@ void check_failed(uint8_t *file, uint32_t line)
(void) line;
}
+#if 0
+
/**
* HardFault_HandlerAsm:
* Alternative Hard Fault handler to help debug the reason for a fault.
@@ -144,3 +146,4 @@ void HardFault_HandlerC(unsigned long *hardfault_args){
hal_debugger_breakpoint();
}
+#endif