summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-17 00:24:19 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-17 00:24:19 +0000
commit692a1b12926b47ed1cd23f549ecd2e1e729d3369 (patch)
tree05828027e4154fdec73da3f6cbe998a1910f4a88 /apps
parent0147cf1250248f9298031d3df9d22be41bfa558e (diff)
More Kconfig stuff
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4623 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'apps')
-rw-r--r--apps/examples/watchdog/watchdog.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/apps/examples/watchdog/watchdog.h b/apps/examples/watchdog/watchdog.h
index e5e906691a..dc2dea9447 100644
--- a/apps/examples/watchdog/watchdog.h
+++ b/apps/examples/watchdog/watchdog.h
@@ -117,16 +117,4 @@
* Public Function Prototypes
****************************************************************************/
-/****************************************************************************
- * Name: up_wdginitialize()
- *
- * Description:
- * Perform architecuture-specific initialization of the Watchdog hardware.
- * This interface must be provided by all configurations using
- * apps/examples/watchdog
- *
- ****************************************************************************/
-
-int up_wdginitialize(void);
-
#endif /* __APPS_EXAMPLES_WATCHDOG_WATCHDOG_H */