summaryrefslogtreecommitdiff
path: root/platforms/chibios/BLACKPILL_STM32_F401/configs/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'platforms/chibios/BLACKPILL_STM32_F401/configs/config.h')
-rw-r--r--platforms/chibios/BLACKPILL_STM32_F401/configs/config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/platforms/chibios/BLACKPILL_STM32_F401/configs/config.h b/platforms/chibios/BLACKPILL_STM32_F401/configs/config.h
index eb73e72ef2..1c9d9c6126 100644
--- a/platforms/chibios/BLACKPILL_STM32_F401/configs/config.h
+++ b/platforms/chibios/BLACKPILL_STM32_F401/configs/config.h
@@ -20,4 +20,6 @@
#define STM32_LSECLK 32768U
#define STM32_HSECLK 25000000U
-#define EARLY_INIT_PERFORM_BOOTLOADER_JUMP TRUE
+#ifndef EARLY_INIT_PERFORM_BOOTLOADER_JUMP
+# define EARLY_INIT_PERFORM_BOOTLOADER_JUMP TRUE
+#endif