Fix broken bootloader builds in develop. (#15880)
This commit is contained in:
parent
77eae62d62
commit
08a42dc72c
10 changed files with 17 additions and 1 deletions
|
@ -16,4 +16,8 @@
|
|||
|
||||
#include "bootloader.h"
|
||||
|
||||
#pragma message "Unknown bootloader set, you may not be able to enter bootloader using software reset"
|
||||
|
||||
__attribute__((weak)) void bootloader_jump(void) {}
|
||||
|
||||
__attribute__((weak)) void enter_bootloader_mode_if_requested(void) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue