summaryrefslogtreecommitdiff
path: root/tmk_core/common
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/common')
-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 f91ac7d9eb..11f7abf432 100644
--- a/tmk_core/common/chibios/bootloader.c
+++ b/tmk_core/common/chibios/bootloader.c
@@ -26,7 +26,8 @@ void bootloader_jump(void) {
NVIC_SystemReset();
}
-void enter_bootloader_mode_if_requested(void) { /* not needed, no two-stage reset */ }
+void enter_bootloader_mode_if_requested(void) { /* not needed, no two-stage reset */
+}
#elif STM32_BOOTLOADER_DUAL_BANK