summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_wwdg.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-04-01 12:37:44 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-04-01 12:37:44 -0600
commit05988ab6d7bd07be7f874e78a89fea1e6e7cf9c3 (patch)
treed4ea6f24e116312d807f43a99ef8bbc5c92dd6b5 /nuttx/arch/arm/src/stm32/stm32_wwdg.c
parentea2f66e68f04f45959a545516e8c34f3e87f2f7e (diff)
downloadpx4-nuttx-05988ab6d7bd07be7f874e78a89fea1e6e7cf9c3.tar.gz
px4-nuttx-05988ab6d7bd07be7f874e78a89fea1e6e7cf9c3.tar.bz2
px4-nuttx-05988ab6d7bd07be7f874e78a89fea1e6e7cf9c3.zip
Move include/nuttx/timer.h, rtc.h and watchdog.h to include/nuttx/timers/.
Diffstat (limited to 'nuttx/arch/arm/src/stm32/stm32_wwdg.c')
-rw-r--r--nuttx/arch/arm/src/stm32/stm32_wwdg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/stm32/stm32_wwdg.c b/nuttx/arch/arm/src/stm32/stm32_wwdg.c
index 2f5208aa3..3b056af6c 100644
--- a/nuttx/arch/arm/src/stm32/stm32_wwdg.c
+++ b/nuttx/arch/arm/src/stm32/stm32_wwdg.c
@@ -44,7 +44,7 @@
#include <errno.h>
#include <debug.h>
-#include <nuttx/watchdog.h>
+#include <nuttx/timers/watchog.h>
#include <arch/board/board.h>
#include "up_arch.h"