Skip to content

Commit eb311be

Browse files
committed
HardFault is a .thumb_func
1 parent 955c872 commit eb311be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cortex-m-rt/asm.s

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.global HardFault
2+
.thumb_func
23
HardFault:
34
mrs r0, MSP
45
bl UserHardFault

0 commit comments

Comments
 (0)