summaryrefslogtreecommitdiff
path: root/apps/examples/watchdog/watchdog.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/watchdog/watchdog.h')
-rw-r--r--apps/examples/watchdog/watchdog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/watchdog/watchdog.h b/apps/examples/watchdog/watchdog.h
index 1b36da9b4..e5e906691 100644
--- a/apps/examples/watchdog/watchdog.h
+++ b/apps/examples/watchdog/watchdog.h
@@ -118,7 +118,7 @@
****************************************************************************/
/****************************************************************************
- * Name: watchdog_devinit()
+ * Name: up_wdginitialize()
*
* Description:
* Perform architecuture-specific initialization of the Watchdog hardware.
@@ -127,6 +127,6 @@
*
****************************************************************************/
-int watchdog_devinit(void);
+int up_wdginitialize(void);
#endif /* __APPS_EXAMPLES_WATCHDOG_WATCHDOG_H */