aboutsummaryrefslogtreecommitdiff
path: root/apps/examples
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
commit5dd35e83ca9be5e75c6c19126c9566126977117b (patch)
tree05828027e4154fdec73da3f6cbe998a1910f4a88 /apps/examples
parent82474eadebb3088a16ec9525bd99ac2b2ca01266 (diff)
downloadpx4-firmware-5dd35e83ca9be5e75c6c19126c9566126977117b.tar.gz
px4-firmware-5dd35e83ca9be5e75c6c19126c9566126977117b.tar.bz2
px4-firmware-5dd35e83ca9be5e75c6c19126c9566126977117b.zip
More Kconfig stuff
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4623 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'apps/examples')
-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 */