Reduce bootloader magic key to 16 bits to save FLASH space.
This commit is contained in:
parent
10944d9ddf
commit
56d368f2de
6 changed files with 6 additions and 6 deletions
|
@ -69,7 +69,7 @@
|
|||
#define SOFTWARE_IDENTIFIER "LUFACDC"
|
||||
|
||||
/** Magic bootloader key to unlock forced application start mode. */
|
||||
#define MAGIC_BOOT_KEY 0xDC42CACA
|
||||
#define MAGIC_BOOT_KEY 0xDC42
|
||||
|
||||
/* Type Defines: */
|
||||
/** Type define for a non-returning pointer to the start of the loaded application in flash memory. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue