From: Dean Camera Date: Tue, 22 Dec 2015 09:57:36 +0000 (+1100) Subject: Use different jump key than the bootloaders in the documentation. X-Git-Tag: LUFA-170418~34 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/e952f681dbda9e8568206281bf588f3455924a20?ds=inline;hp=--cc Use different jump key than the bootloaders in the documentation. --- e952f681dbda9e8568206281bf588f3455924a20 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);