diff options
author | TheFeralEngineer <74030381+TheFeralEngineer@users.noreply.github.com> | 2024-04-12 12:27:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-12 12:27:36 -0400 |
commit | 36f9b26ef9ca7ff7d3c4887b7b1c3534252f5ea4 (patch) | |
tree | d7b365f4859535dec9b4d8b7fd575d36819bd2cf /src/stm32 | |
parent | 75d7c17656883484d43d15080cfd0441d2b8e322 (diff) | |
download | kutter-36f9b26ef9ca7ff7d3c4887b7b1c3534252f5ea4.tar.gz kutter-36f9b26ef9ca7ff7d3c4887b7b1c3534252f5ea4.tar.xz kutter-36f9b26ef9ca7ff7d3c4887b7b1c3534252f5ea4.zip |
config: Artillery Sidewinder X3 (#6534)
Signed-off-by: Phil Timpson <theferalengineer@gmail.com>
Diffstat (limited to 'src/stm32')
-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 |