From 8ed45a0f6f5d58b8a12c4647f4d9f0fd39c4741b Mon Sep 17 00:00:00 2001 From: skarg Date: Sat, 28 May 2011 03:11:27 +0000 Subject: [PATCH] Corrected compiler warning for silence timer function. --- bacnet-stack/include/mstp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacnet-stack/include/mstp.h b/bacnet-stack/include/mstp.h index cacc222f..71c56c35 100644 --- a/bacnet-stack/include/mstp.h +++ b/bacnet-stack/include/mstp.h @@ -109,7 +109,7 @@ struct mstp_port_struct_t { /* denote intervals between N-1 and N */ /* Note: done here as functions - put into timer task or ISR so that you can be atomic on 8 bit microcontrollers */ - uint16_t( + uint32_t( *SilenceTimer) ( void); void (