diff options
author | 2018-08-25 17:30:32 +0200 | |
---|---|---|
committer | 2018-08-25 17:30:32 +0200 | |
commit | 1dfbc864d32cc49ffaadb8ff97ede9df00cb0224 (patch) | |
tree | 4fcfeec062ae0e51c395c2e1a3ca56e4d95b1f40 | |
parent | 2097a3d7a5ef0964d1634e09af1d2ad77a5291da (diff) | |
download | cortex-m-1dfbc864d32cc49ffaadb8ff97ede9df00cb0224.tar.gz cortex-m-1dfbc864d32cc49ffaadb8ff97ede9df00cb0224.tar.zst cortex-m-1dfbc864d32cc49ffaadb8ff97ede9df00cb0224.zip |
remove intentional error
-rw-r--r-- | cortex-m-rt/asm.s | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cortex-m-rt/asm.s b/cortex-m-rt/asm.s index ffd0407..c7133c0 100644 --- a/cortex-m-rt/asm.s +++ b/cortex-m-rt/asm.s @@ -3,5 +3,4 @@ .thumb_func HardFault: mrs r0, MSP - nop bl UserHardFault |