Skip to content

Commit

Permalink
[cortex-m] Fix too far branch in reset handler
Browse files Browse the repository at this point in the history
  • Loading branch information
salkinium committed Jan 23, 2025
1 parent cbe78b6 commit 99888f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modm/platform/core/cortex/reset_handler.sx.in
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ Reset_Handler:
%% endif
bl __modm_initialize_platform
bl modm_initialize_platform
b __modm_startup
ldr r0,=__modm_startup
bx r0
.endfunc

0 comments on commit 99888f9

Please sign in to comment.