From c4a7e88624c5d28f6bb3723a38072f73a5ac2522 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Sat, 25 Aug 2018 17:16:10 +0200 Subject: [PATCH] [TODO: UNDO] introduce an intentional error --- asm.s | 1 + 1 file changed, 1 insertion(+) diff --git a/asm.s b/asm.s index c7133c07..ffd0407c 100644 --- a/asm.s +++ b/asm.s @@ -3,4 +3,5 @@ .thumb_func HardFault: mrs r0, MSP + nop bl UserHardFault