Explorar o código

Merge pull request #5435 from Ouxiaolong/master

Fix the problem of stm32f746-st-nucleo that env cannot be configured with menuconfig
guo %!s(int64=3) %!d(string=hai) anos
pai
achega
a8ca46869c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bsp/stm32/stm32f746-st-nucleo/board/Kconfig

+ 1 - 1
bsp/stm32/stm32f746-st-nucleo/board/Kconfig

@@ -242,7 +242,7 @@ menu "On-chip Peripheral Drivers"
                 int "USB PULL UP STATUS"
                 default 0
         endif
-    source "libraries/HAL_Drivers/Kconfig"
+    source "../libraries/HAL_Drivers/Kconfig"
     
 endmenu