Create a build error if no bootloader is specified. (#16181)
* Create a build error if no bootloader is specified. * Update builddefs/bootloader.mk Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
parent
0d7ff026b1
commit
0be2eaf174
3 changed files with 10 additions and 3 deletions
|
@ -16,8 +16,6 @@
|
|||
|
||||
#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