summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3240g-eval/src/stm32_watchdog.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/stm3240g-eval/src/stm32_watchdog.c')
-rw-r--r--nuttx/configs/stm3240g-eval/src/stm32_watchdog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/stm3240g-eval/src/stm32_watchdog.c b/nuttx/configs/stm3240g-eval/src/stm32_watchdog.c
index ef93c86c1..3583db2cf 100644
--- a/nuttx/configs/stm3240g-eval/src/stm32_watchdog.c
+++ b/nuttx/configs/stm3240g-eval/src/stm32_watchdog.c
@@ -42,7 +42,7 @@
#include <errno.h>
#include <debug.h>
-#include <nuttx/watchdog.h>
+#include <nuttx/timers/watchdog.h>
#include <arch/board/board.h>
#include "stm32_wdg.h"