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.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/nuttx/include/wdog.h b/nuttx/include/wdog.h
index 3179c06a4..21f1b8263 100644
--- a/nuttx/include/wdog.h
+++ b/nuttx/include/wdog.h
@@ -95,11 +95,11 @@ extern "C" {
#define EXTERN extern
#endif
-EXTERN WDOG_ID wd_create(void);
-EXTERN int wd_delete(WDOG_ID wdog);
-EXTERN int wd_start(WDOG_ID wdog, int delay, wdentry_t wdentry, int argc, ...);
-EXTERN int wd_cancel(WDOG_ID wdog);
-EXTERN int wd_gettime(WDOG_ID wdog);
+WDOG_ID wd_create(void);
+int wd_delete(WDOG_ID wdog);
+int wd_start(WDOG_ID wdog, int delay, wdentry_t wdentry, int argc, ...);
+int wd_cancel(WDOG_ID wdog);
+int wd_gettime(WDOG_ID wdog);
#undef EXTERN
#ifdef __cplusplus