Skip to content
This repository was archived by the owner on Jan 24, 2022. It is now read-only.

Commit cb49e52

Browse files
committed
Remove extraneous POP from my prev commit
Based on the great feedback to PR #131, I have removed the POP instruction that I added in my previous commit since UserHardFault never returns.
1 parent a531ee2 commit cb49e52

File tree

5 files changed

+0
-1
lines changed

5 files changed

+0
-1
lines changed

asm.s

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ HardFault:
55
push {r0, lr}
66
mrs r0, MSP
77
bl UserHardFault
8-
pop {r0, pc}

bin/thumbv6m-none-eabi.a

0 Bytes
Binary file not shown.

bin/thumbv7em-none-eabi.a

0 Bytes
Binary file not shown.

bin/thumbv7em-none-eabihf.a

0 Bytes
Binary file not shown.

bin/thumbv7m-none-eabi.a

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)