From 981a4d7fb34f82ba698d537f1bb50af81acf468e Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 17 Apr 2012 00:24:19 +0000 Subject: More Kconfig stuff git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4623 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/watchdog/watchdog.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'apps/examples/watchdog/watchdog.h') 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 */ -- cgit v1.2.3