X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=drv%2Fwdt.h;h=bcea6bafb4194a09faaa15841317a242830b07af;hb=41625d1b16c8f1904c3a2a40b6972725311c66a8;hp=a0982950f0c4b621a4c2b5eb0af62bf99d15262b;hpb=af9c555446161016fdd76c1cdff96ce76bb6cba2;p=bertos.git diff --git a/drv/wdt.h b/drv/wdt.h index a0982950..bcea6baf 100755 --- a/drv/wdt.h +++ b/drv/wdt.h @@ -2,7 +2,7 @@ * \file * * * \version $Id$ @@ -14,6 +14,12 @@ /*#* *#* $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 */ }