Tools: AP_Bootloader: remove unused BL_WAIT_MAGIC define

This has been replaced with RTC_BOOT_HOLD
This commit is contained in:
Peter Barker 2020-06-15 16:24:32 +10:00 committed by Andrew Tridgell
parent fe2a468b14
commit f8acc211cf
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
void jump_to_app(void);
void bootloader(unsigned timeout);
#define BL_WAIT_MAGIC 0x19710317 /* magic number in PWR regs to wait in bootloader */
/*****************************************************************************
* Chip/board functions.
*/