We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 078c722 commit 325c09dCopy full SHA for 325c09d
common/chibios/bootloader.c
@@ -42,5 +42,6 @@ void bootloader_jump(void) {
42
#endif /* defined(KIIBOHD_BOOTLOADER) */
43
44
#else /* neither STM32 nor KINETIS */
45
+__attribute__((weak))
46
void bootloader_jump(void) {}
47
#endif
0 commit comments