浏览代码

Fix the problem of stm32f746-st-nucleo that env cannot be configured with menuconfig

Ouxiaolong 3 年之前
父节点
当前提交
316af57a79
共有 1 个文件被更改,包括 1 次插入1 次删除
  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