mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-08-18 11:53:05 +08:00
Fixed choice default value issue for stm32f4xx-HAL.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user