4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-21 00:27:19 +08:00

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

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