mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-24 03:03:57 +08:00
Move include/nuttx/timer.h, rtc.h and watchdog.h to include/nuttx/timers/.
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user