X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/e9029d49d5455ec146d2e87436d43d747d6c657a..a532f2ad1b9c1b99be05b0b480afa37b31fbd1c7:/LUFA/DoxygenPages/SoftwareBootloaderJump.txt diff --git a/LUFA/DoxygenPages/SoftwareBootloaderJump.txt b/LUFA/DoxygenPages/SoftwareBootloaderJump.txt index 1fad85fb7..0b69612b6 100644 --- a/LUFA/DoxygenPages/SoftwareBootloaderJump.txt +++ b/LUFA/DoxygenPages/SoftwareBootloaderJump.txt @@ -32,7 +32,7 @@ * uint32_t Boot_Key ATTR_NO_INIT; * * #define MAGIC_BOOT_KEY 0xDC42ACCA - * #define BOOTLOADER_START_ADDRESS (FLASH_SIZE_BYTES - BOOTLOADER_SEC_SIZE_BYTES) + * #define BOOTLOADER_START_ADDRESS ((FLASH_SIZE_BYTES - BOOTLOADER_SEC_SIZE_BYTES) >> 1) * * void Bootloader_Jump_Check(void) ATTR_INIT_SECTION(3); * void Bootloader_Jump_Check(void)