Skip to content

Commit a8ca468

Browse files
authored
Merge pull request #5435 from Ouxiaolong/master
Fix the problem of stm32f746-st-nucleo that env cannot be configured with menuconfig
2 parents 2b1ae8d + 316af57 commit a8ca468

File tree

1 file changed

+1
-1
lines changed
  • bsp/stm32/stm32f746-st-nucleo/board

1 file changed

+1
-1
lines changed

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)