aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fsm/common.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fsm/common.c b/src/fsm/common.c
index 33020e0..953a015 100644
--- a/src/fsm/common.c
+++ b/src/fsm/common.c
@@ -124,8 +124,6 @@ void hard_fault_handler_c(uint32_t *hardfault_args)
stacked_pc = hardfault_args[6];
stacked_psr = hardfault_args[7];
- while (1);
-
usart_debug_puts("\n\n[Hard fault handler - all numbers in hex]\n");
usart_debug("R0 = %x\n", stacked_r0);
usart_debug("R1 = %x\n", stacked_r1);