Use independent watchdog driver

This commit is contained in:
Thomas Klaehn
2021-01-08 10:50:38 +01:00
parent 258c882c8c
commit 3c65600e31
2 changed files with 21 additions and 25 deletions

View File

@@ -8,7 +8,8 @@ BUILD_DIR = _build
CC_SOURCES = \
Core/main.cc \
platform/stm32g0xx/Gpio.cc \
platform/stm32g0xx/Uart.cc
platform/stm32g0xx/Uart.cc \
platform/stm32g0xx/IndependentWatchdog.cc
C_SOURCES = \
platform/stm32g0xx/stm32g0xx_it.c \