diff options
Diffstat (limited to 'src/stm32f/src/Core/common.c')
-rw-r--r-- | src/stm32f/src/Core/common.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/stm32f/src/Core/common.c b/src/stm32f/src/Core/common.c deleted file mode 100644 index a647d26..0000000 --- a/src/stm32f/src/Core/common.c +++ /dev/null @@ -1,7 +0,0 @@ -#include <stm32f4xx.h> - -#include "../../../common/src/Core/common.c" - -void hard_fault_handler_extra() { - usart_debug("SCB_SHCSR = %x\n", SCB->SHCSR); -} |