Explorar o código

Fixed choice default value issue for stm32f4xx-HAL.

weety %!s(int64=6) %!d(string=hai) anos
pai
achega
2a46f0d5ee
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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