浏览代码

Fixed choice default value issue for stm32f4xx-HAL.

weety 6 年之前
父节点
当前提交
2a46f0d5ee
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bsp/stm32f4xx-HAL/Kconfig

+ 1 - 1
bsp/stm32f4xx-HAL/Kconfig

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