[bsp/stm32/stm32g070-st-nucleo/board/Kconfig]: corret path.

This commit is contained in:
charlown 2021-10-27 23:24:47 +08:00
parent bb859e79e0
commit 6bb18c11ef
1 changed files with 1 additions and 1 deletions

View File

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