diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2015-12-22 20:57:36 +1100 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2015-12-22 20:57:36 +1100 |
commit | e952f681dbda9e8568206281bf588f3455924a20 (patch) | |
tree | 96f716fcedcd8501b3a7c4a595c134031d514b9a /LUFA | |
parent | 40e1caa2da06d6d4699d5dc3dafb3d34b81f23f7 (diff) | |
download | lufa-e952f681dbda9e8568206281bf588f3455924a20.tar.gz lufa-e952f681dbda9e8568206281bf588f3455924a20.tar.bz2 lufa-e952f681dbda9e8568206281bf588f3455924a20.zip |
Use different jump key than the bootloaders in the documentation.
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/DoxygenPages/SoftwareBootloaderJump.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/DoxygenPages/SoftwareBootloaderJump.txt b/LUFA/DoxygenPages/SoftwareBootloaderJump.txt index 0b69612b6..f8c2523d7 100644 --- a/LUFA/DoxygenPages/SoftwareBootloaderJump.txt +++ b/LUFA/DoxygenPages/SoftwareBootloaderJump.txt @@ -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); |