summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-17 00:24:19 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-17 00:24:19 +0000
commit981a4d7fb34f82ba698d537f1bb50af81acf468e (patch)
tree05828027e4154fdec73da3f6cbe998a1910f4a88 /apps
parent285afeb744b1f37187c2390e61ef598d7dcec3b4 (diff)
downloadnuttx-981a4d7fb34f82ba698d537f1bb50af81acf468e.tar.gz
nuttx-981a4d7fb34f82ba698d537f1bb50af81acf468e.tar.bz2
nuttx-981a4d7fb34f82ba698d537f1bb50af81acf468e.zip
More Kconfig stuff
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4623 42af7a65-404d-4744-a932-0658087f49c3
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 e5e906691..dc2dea944 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 */