Move include/nuttx/timer.h, rtc.h and watchdog.h to include/nuttx/timers/.

This commit is contained in:
Gregory Nutt 2015-04-01 12:37:44 -06:00
parent 53d10aa852
commit e6294dfe41
3 changed files with 3 additions and 3 deletions

View File

@ -1777,7 +1777,7 @@ examples/tiff
examples/timer examples/timer
^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^
This is a simple test of the timer driver (see include/nuttx/timer.h). This is a simple test of the timer driver (see include/nuttx/timers/timer.h).
Dependencies: Dependencies:
CONFIG_TIMER - The timer driver must be selected CONFIG_TIMER - The timer driver must be selected

View File

@ -45,7 +45,7 @@
#include <fcntl.h> #include <fcntl.h>
#include <errno.h> #include <errno.h>
#include <nuttx/timer.h> #include <nuttx/timers/timer.h>
/**************************************************************************** /****************************************************************************
* Pre-processor Definitions * Pre-processor Definitions

View File

@ -49,7 +49,7 @@
#include <errno.h> #include <errno.h>
#include <debug.h> #include <debug.h>
#include <nuttx/watchdog.h> #include <nuttx/timers/watchdog.h>
#include "watchdog.h" #include "watchdog.h"