summaryrefslogtreecommitdiff
path: root/nuttx/include/wdog.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/include/wdog.h')
-rw-r--r--nuttx/include/wdog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/include/wdog.h b/nuttx/include/wdog.h
index a1065eaae..fb45cb6a2 100644
--- a/nuttx/include/wdog.h
+++ b/nuttx/include/wdog.h
@@ -80,7 +80,7 @@ typedef void (*wdentry_t)(int argc, uint32 arg1, ...);
/* Watchdog 'handle' */
-typedef struct wdog_s *WDOG_ID;
+typedef FAR struct wdog_s *WDOG_ID;
/************************************************************
* Global Variables