Move include/nuttx/timer.h, rtc.h and watchdog.h to include/nuttx/timers/.
This commit is contained in:
parent
53d10aa852
commit
e6294dfe41
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user