aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tmk_core/common/chibios/bootloader.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmk_core/common/chibios/bootloader.c b/tmk_core/common/chibios/bootloader.c
index f91ac7d9e..11f7abf43 100644
--- a/tmk_core/common/chibios/bootloader.c
+++ b/tmk_core/common/chibios/bootloader.c
@@ -26,7 +26,8 @@ void bootloader_jump(void) {
26 NVIC_SystemReset(); 26 NVIC_SystemReset();
27} 27}
28 28
29void enter_bootloader_mode_if_requested(void) { /* not needed, no two-stage reset */ } 29void enter_bootloader_mode_if_requested(void) { /* not needed, no two-stage reset */
30}
30 31
31#elif STM32_BOOTLOADER_DUAL_BANK 32#elif STM32_BOOTLOADER_DUAL_BANK
32 33