1
0
Fork 0

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:
Nick Brassel 2022-02-03 19:22:49 +11:00 committed by GitHub
parent 0d7ff026b1
commit 0be2eaf174
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 3 deletions

View file

@ -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) {}