Skip to content

Commit 329395b

Browse files
committed
wait
1 parent 428ce9f commit 329395b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/zephyr/arch/arm/error.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ extern "C" {
3535
*/
3636
#define ARCH_EXCEPT(reason_p) \
3737
do {\
38+
while(1){};\
3839
arch_irq_unlock(0); \
3940
__asm__ volatile( \
4041
"mov r0, %[_reason]\n" \

0 commit comments

Comments
 (0)