Skip to content

Commit

Permalink
Add return statement in hard fault handler.
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsracz committed Oct 25, 2020
1 parent 5e8df0c commit 7d04c7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boards/armv7m/default_handlers.h
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ __attribute__((__naked__)) static void hard_fault_handler(void)
" mrsne r0, psp\n"
" mov sp, r0 \n"
" bkpt #1 \n"
" bx lr \n"
);
#endif
#if 0
Expand Down

0 comments on commit 7d04c7b

Please sign in to comment.