Skip to content

Commit 325c09d

Browse files
committed
Chibios: make the default bootloader_jump redefinable (weak).
1 parent 078c722 commit 325c09d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/chibios/bootloader.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@ void bootloader_jump(void) {
4242
#endif /* defined(KIIBOHD_BOOTLOADER) */
4343

4444
#else /* neither STM32 nor KINETIS */
45+
__attribute__((weak))
4546
void bootloader_jump(void) {}
4647
#endif

0 commit comments

Comments
 (0)