mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Move include/nuttx/timer.h, rtc.h and watchdog.h to include/nuttx/timers/.
This commit is contained in:
parent
53d10aa852
commit
e6294dfe41
3 changed files with 3 additions and 3 deletions
|
|
@ -1777,7 +1777,7 @@ examples/tiff
|
|||
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:
|
||||
CONFIG_TIMER - The timer driver must be selected
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@
|
|||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <nuttx/timer.h>
|
||||
#include <nuttx/timers/timer.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@
|
|||
#include <errno.h>
|
||||
#include <debug.h>
|
||||
|
||||
#include <nuttx/watchdog.h>
|
||||
#include <nuttx/timers/watchdog.h>
|
||||
|
||||
#include "watchdog.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue