소스 검색

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