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 1c101e4f..9ebcc7c5 100644 --- a/src/stm32/Kconfig +++ b/src/stm32/Kconfig @@ -46,7 +46,7 @@ config HAVE_STM32_USBOTG config MCU string - default "stm32f103xb" if MACH_STM32F103 + default "stm32f103xe" if MACH_STM32F103 default "stm32f405xx" if MACH_STM32F405 default "stm32f407xx" if MACH_STM32F407 default "stm32f446xx" if MACH_STM32F446 |