diff options
| -rw-r--r-- | tmk_core/protocol/arm_atsam/md_bootloader.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tmk_core/protocol/arm_atsam/md_bootloader.h b/tmk_core/protocol/arm_atsam/md_bootloader.h index 956145c31..6b80ef492 100644 --- a/tmk_core/protocol/arm_atsam/md_bootloader.h +++ b/tmk_core/protocol/arm_atsam/md_bootloader.h | |||
| @@ -11,7 +11,7 @@ extern uint32_t _erom; | |||
| 11 | //WARNING: These are only for CTRL bootloader release "v2.18Jun 22 2018 17:28:08" for bootloader_jump support | 11 | //WARNING: These are only for CTRL bootloader release "v2.18Jun 22 2018 17:28:08" for bootloader_jump support |
| 12 | extern uint32_t _eram; | 12 | extern uint32_t _eram; |
| 13 | #define BOOTLOADER_MAGIC 0x3B9ACA00 | 13 | #define BOOTLOADER_MAGIC 0x3B9ACA00 |
| 14 | #define MAGIC_ADDR (uint32_t *)(&_eram - 4) | 14 | #define MAGIC_ADDR (uint32_t *)((intptr_t)(&_eram) - 4) |
| 15 | #endif | 15 | #endif |
| 16 | 16 | ||
| 17 | #ifdef MD_BOOTLOADER | 17 | #ifdef MD_BOOTLOADER |
| @@ -22,4 +22,3 @@ extern uint32_t _eram; | |||
| 22 | #endif //MD_BOOTLOADER | 22 | #endif //MD_BOOTLOADER |
| 23 | 23 | ||
| 24 | #endif //_MD_BOOTLOADER_H_ | 24 | #endif //_MD_BOOTLOADER_H_ |
| 25 | |||
