summaryrefslogtreecommitdiff
path: root/nuttx/configs/sam4s-xplained-pro/src/sam_boot.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/configs/sam4s-xplained-pro/src/sam_boot.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/configs/sam4s-xplained-pro/src/sam_boot.c')
-rw-r--r--nuttx/configs/sam4s-xplained-pro/src/sam_boot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/sam4s-xplained-pro/src/sam_boot.c b/nuttx/configs/sam4s-xplained-pro/src/sam_boot.c
index 607bc3557..981b2d7ce 100644
--- a/nuttx/configs/sam4s-xplained-pro/src/sam_boot.c
+++ b/nuttx/configs/sam4s-xplained-pro/src/sam_boot.c
@@ -42,7 +42,7 @@
#include <debug.h>
#include <nuttx/board.h>
-#include <nuttx/watchdog.h>
+#include <nuttx/timers/watchdog.h>
#include <arch/board/board.h>
#include "sam4s-xplained-pro.h"