Merge pull request #5238 from charlown/master

[bsp/stm32/stm32g070-st-nucleo/board/Kconfig]: corret path.
This commit is contained in:
guo 2021-10-28 10:43:52 +08:00 committed by GitHub
commit da1cc99fe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ menu "On-chip Peripheral Drivers"
bool "Enable Watchdog Timer"
select RT_USING_WDT
default n
source "libraries/HAL_Drivers/Kconfig"
source "../libraries/HAL_Drivers/Kconfig"
endmenu