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
|
@ -97,7 +97,7 @@ static uint16_t EndAddr = 0x0000;
|
|||
* low when the application attempts to start via a watchdog reset, the bootloader will re-start. If set to the value
|
||||
* \ref MAGIC_BOOT_KEY the special init function \ref Application_Jump_Check() will force the application to start.
|
||||
*/
|
||||
uint32_t MagicBootKey ATTR_NO_INIT;
|
||||
uint16_t MagicBootKey ATTR_NO_INIT;
|
||||
|
||||
|
||||
/** Special startup routine to check if the bootloader was started via a watchdog reset, and if the magic application
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue