Skip to content

Commit 316af57

Browse files
committed
Fix the problem of stm32f746-st-nucleo that env cannot be configured with menuconfig
1 parent d16ca48 commit 316af57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • bsp/stm32/stm32f746-st-nucleo/board

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ menu "On-chip Peripheral Drivers"
242242
int "USB PULL UP STATUS"
243243
default 0
244244
endif
245-
source "libraries/HAL_Drivers/Kconfig"
245+
source "../libraries/HAL_Drivers/Kconfig"
246246

247247
endmenu
248248

0 commit comments

Comments
 (0)