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

Commit 1d301db

Browse files
bors[bot]adamgreen
andcommitted
Merge #132
132: Remove extraneous POP from my prev commit r=therealprof a=adamgreen 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. Co-authored-by: Adam Green <[email protected]>
2 parents a531ee2 + cb49e52 commit 1d301db

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)