mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
wdog.h does not contain any application interface, only internal OS interface. Further, it is non-standard. Move wdog.h from include/ to include/nuttx. For the same reason, move the description of the watchdog timer interfaces from the Users Guide to the Porting Guide.
This commit is contained in:
+1
-1
@@ -42,9 +42,9 @@
|
||||
|
||||
#include <stdint.h>
|
||||
#include <time.h>
|
||||
#include <wdog.h>
|
||||
#include <debug.h>
|
||||
|
||||
#include <nuttx/wdog.h>
|
||||
#include <nuttx/net/netconfig.h>
|
||||
|
||||
#include <arp/arp.h>
|
||||
|
||||
Reference in New Issue
Block a user