Fixed choice default value issue for stm32f4xx-HAL.
This commit is contained in:
parent
5e7c56add2
commit
2a46f0d5ee
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue