diff options
author | 2018-08-25 17:16:10 +0200 | |
---|---|---|
committer | 2018-08-25 17:16:10 +0200 | |
commit | ecebb2ed912b7136b8def330bfa0b9fbf53559c4 (patch) | |
tree | 16493acc85b2e54238f4d71a3ae6916fb2ed79c6 | |
parent | 0806a1e2ae31fec34dcc6b9c502bf5b8cd5da1be (diff) | |
download | cortex-m-ecebb2ed912b7136b8def330bfa0b9fbf53559c4.tar.gz cortex-m-ecebb2ed912b7136b8def330bfa0b9fbf53559c4.tar.zst cortex-m-ecebb2ed912b7136b8def330bfa0b9fbf53559c4.zip |
[TODO: UNDO] introduce an intentional error
-rw-r--r-- | cortex-m-rt/asm.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cortex-m-rt/asm.s b/cortex-m-rt/asm.s index c7133c0..ffd0407 100644 --- a/cortex-m-rt/asm.s +++ b/cortex-m-rt/asm.s @@ -3,4 +3,5 @@ .thumb_func HardFault: mrs r0, MSP + nop bl UserHardFault |