projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Minor documentation improvements.
[pub/USBasp.git]
/
LUFA
/
ManPages
/
SoftwareBootloaderJump.txt
diff --git
a/LUFA/ManPages/SoftwareBootloaderJump.txt
b/LUFA/ManPages/SoftwareBootloaderJump.txt
index
afdc0b3
..
82fce4a
100644
(file)
--- a/
LUFA/ManPages/SoftwareBootloaderJump.txt
+++ b/
LUFA/ManPages/SoftwareBootloaderJump.txt
@@
-31,8
+31,8
@@
* #define MAGIC_BOOT_KEY 0xDC42ACCA
\r
* #define BOOTLOADER_START_ADDRESS ({FLASH_SIZE_BYTES} - {BOOTLOADER_SEC_SIZE_BYTES})
\r
*
\r
* #define MAGIC_BOOT_KEY 0xDC42ACCA
\r
* #define BOOTLOADER_START_ADDRESS ({FLASH_SIZE_BYTES} - {BOOTLOADER_SEC_SIZE_BYTES})
\r
*
\r
- *
int
Bootloader_Jump_Check(void) ATTR_INIT_SECTION(3);
\r
- *
int
Bootloader_Jump_Check(void)
\r
+ *
void
Bootloader_Jump_Check(void) ATTR_INIT_SECTION(3);
\r
+ *
void
Bootloader_Jump_Check(void)
\r
* {
\r
* // If the bootloader key is correct, clear it and jump to the bootloader
\r
* if (Boot_Key == MAGIC_BOOT_KEY)
\r
* {
\r
* // If the bootloader key is correct, clear it and jump to the bootloader
\r
* if (Boot_Key == MAGIC_BOOT_KEY)
\r