mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-06-05 07:52:42 +00:00
Use different jump key than the bootloaders in the documentation.
This commit is contained in:
parent
40e1caa2da
commit
e952f681db
@ -31,7 +31,7 @@
|
||||
*
|
||||
* uint32_t Boot_Key ATTR_NO_INIT;
|
||||
*
|
||||
* #define MAGIC_BOOT_KEY 0xDC42ACCA
|
||||
* #define MAGIC_BOOT_KEY 0xBADCAFE5
|
||||
* #define BOOTLOADER_START_ADDRESS ((FLASH_SIZE_BYTES - BOOTLOADER_SEC_SIZE_BYTES) >> 1)
|
||||
*
|
||||
* void Bootloader_Jump_Check(void) ATTR_INIT_SECTION(3);
|
||||
|
Loading…
Reference in New Issue
Block a user