Fixed compiler warning.

This commit is contained in:
skarg
2012-07-11 19:14:06 +00:00
parent 3e3298496a
commit 609234a3bf
+1 -1
View File
@@ -53,7 +53,7 @@ static inline void wdt_disable(
__enable_interrupt(); __enable_interrupt();
} }
static inline wdt_reset( static inline void wdt_reset(
void) void)
{ {
__watchdog_reset(); __watchdog_reset();