Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions platform/source/TARGET_CORTEX_M/TOOLCHAIN_IAR/except.S
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ FAULT_TYPE_BUS_FAULT EQU 0x30
FAULT_TYPE_USAGE_FAULT EQU 0x40

PRESERVE8
THUMB

SECTION .text:CODE:NOROOT(2)
THUMB

HardFault_Handler
EXPORT HardFault_Handler
Expand Down Expand Up @@ -111,7 +111,7 @@ Fault_Handler_Continue2
#else
B .
#endif
ALIGN
ALIGNROM 2
#endif

END