소스 검색

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
     prompt "Device type"
-    default STM32F401RC
+    default SOC_STM32F401RC
     config SOC_STM32F405RG
         bool "STM32F405RG"
     config SOC_STM32F405VG