Merge pull request #5435 from Ouxiaolong/master

Fix the problem of stm32f746-st-nucleo that env cannot be configured with menuconfig
This commit is contained in:
guo 2021-12-28 13:47:10 +08:00 committed by GitHub
commit a8ca46869c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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