Browse Source

Set avr's bootloader_jump function to be weak (#11418)

Co-authored-by: Dasky <dasky@nowhere>
pull/11448/head
Dasky 3 years ago
committed by GitHub
parent
commit
e7db582e35
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tmk_core/common/avr/bootloader.c

+ 1
- 1
tmk_core/common/avr/bootloader.c View File

@ -77,7 +77,7 @@ uint32_t reset_key __attribute__((section(".noinit,\"aw\",@nobits;")));
*
* FIXME: needs doc
*/
void bootloader_jump(void) {
__attribute__((weak)) void bootloader_jump(void) {
#if !defined(BOOTLOADER_SIZE)
uint8_t high_fuse = boot_lock_fuse_bits_get(GET_HIGH_FUSE_BITS);


Loading…
Cancel
Save