From 316af57a7927d7e289e7d3f645bda5e6d0fc9dee Mon Sep 17 00:00:00 2001 From: Ouxiaolong <1576690133@qq.com> Date: Sun, 26 Dec 2021 12:40:17 +0800 Subject: [PATCH] Fix the problem of stm32f746-st-nucleo that env cannot be configured with menuconfig --- bsp/stm32/stm32f746-st-nucleo/board/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/stm32/stm32f746-st-nucleo/board/Kconfig b/bsp/stm32/stm32f746-st-nucleo/board/Kconfig index 16a55c51f8..8aba5902a6 100644 --- a/bsp/stm32/stm32f746-st-nucleo/board/Kconfig +++ b/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 -- GitLab