diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/stm32/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stm32/Kconfig b/src/stm32/Kconfig index 2ae90bee..d14622a2 100644 --- a/src/stm32/Kconfig +++ b/src/stm32/Kconfig @@ -288,7 +288,7 @@ choice config STM32_FLASH_START_9000 bool "36KiB bootloader" if MACH_STM32F1 config STM32_FLASH_START_C000 - bool "48KiB bootloader" if MACH_STM32F4x5 + bool "48KiB bootloader" if MACH_STM32F4x5 || MACH_STM32F401 config STM32_FLASH_START_10000 bool "64KiB bootloader" if MACH_STM32F103 || MACH_STM32F4 |