Import into DevLib.
[bertos.git] / drv / wdt.h
index a0982950f0c4b621a4c2b5eb0af62bf99d15262b..bcea6bafb4194a09faaa15841317a242830b07af 100755 (executable)
--- a/drv/wdt.h
+++ b/drv/wdt.h
@@ -2,7 +2,7 @@
  * \file
  * <!--
  * Copyright 2004 Develer S.r.l. (http://www.develer.com/)
- * This file is part of DevLib - See devlib/README for information.
+ * This file is part of DevLib - See README.devlib for information.
  * -->
  *
  * \version $Id$
 
 /*#*
  *#* $Log$
+ *#* Revision 1.5  2005/11/04 16:20:02  bernie
+ *#* Fix reference to README.devlib in header.
+ *#*
+ *#* Revision 1.4  2005/04/12 01:37:17  bernie
+ *#* Prevent warning when watchdog is disabled.
+ *#*
  *#* Revision 1.3  2005/04/11 19:10:28  bernie
  *#* Include top-level headers from cfg/ subdir.
  *#*
@@ -74,6 +80,8 @@ INLINE void wdt_init(uint8_t timeout)
        #else
                #error unknown CPU
        #endif
+#else
+       (void)timeout;
 #endif /* CONFIG_WATCHDOG */
 }