Fixed choice default value issue for stm32f4xx-HAL.

This commit is contained in:
weety 2018-09-05 09:37:56 +08:00
parent 5e7c56add2
commit 2a46f0d5ee
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ source "$PKGS_DIR/Kconfig"
choice
prompt "Device type"
default STM32F401RC
default SOC_STM32F401RC
config SOC_STM32F405RG
bool "STM32F405RG"
config SOC_STM32F405VG