From 609234a3bfa33c3835912deb0880ebe20633bd8f Mon Sep 17 00:00:00 2001 From: skarg Date: Wed, 11 Jul 2012 19:14:06 +0000 Subject: [PATCH] Fixed compiler warning. --- bacnet-stack/ports/bdk-atxx4-mstp/watchdog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacnet-stack/ports/bdk-atxx4-mstp/watchdog.c b/bacnet-stack/ports/bdk-atxx4-mstp/watchdog.c index 3ab8e29b..62eeb9f8 100644 --- a/bacnet-stack/ports/bdk-atxx4-mstp/watchdog.c +++ b/bacnet-stack/ports/bdk-atxx4-mstp/watchdog.c @@ -53,7 +53,7 @@ static inline void wdt_disable( __enable_interrupt(); } -static inline wdt_reset( +static inline void wdt_reset( void) { __watchdog_reset();