Skip to content

Commit 78adfa0

Browse files
committed
Added watchdog source code
1 parent 42ca606 commit 78adfa0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ if (CMAKE_CROSSCOMPILING)
105105

106106
# CORDIC
107107
${HAL_DRIVER_SRC_DIR}/stm32h7xx_hal_cordic.c
108+
109+
# Watchdog
110+
${HAL_DRIVER_SRC_DIR}/stm32h7xx_hal_wwdg.c
108111
)
109112

110113
set(LWIP_DIR ${STM32CUBEH7}/Middlewares/Third_Party/LwIP)

0 commit comments

Comments
 (0)