Browse Source

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

charlown 3 years ago
parent
commit
6bb18c11ef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bsp/stm32/stm32g070-st-nucleo/board/Kconfig

+ 1 - 1
bsp/stm32/stm32g070-st-nucleo/board/Kconfig

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