From b6f95a6b8181d6b1969df95234d3e2e80980e70c Mon Sep 17 00:00:00 2001 From: skarg Date: Tue, 17 Aug 2010 18:02:18 +0000 Subject: [PATCH] Updated prototypes and include as required and found by compile with extra checking. --- bacnet-stack/include/dlmstp.h | 4 ++++ bacnet-stack/src/crc.c | 1 + 2 files changed, 5 insertions(+) diff --git a/bacnet-stack/include/dlmstp.h b/bacnet-stack/include/dlmstp.h index da6d7e3a..63f3455c 100644 --- a/bacnet-stack/include/dlmstp.h +++ b/bacnet-stack/include/dlmstp.h @@ -118,6 +118,10 @@ extern "C" { uint32_t dlmstp_baud_rate( void); + void dlmstp_fill_bacnet_address( + BACNET_ADDRESS * src, + uint8_t mstp_address); + #ifdef __cplusplus } #endif /* __cplusplus */ diff --git a/bacnet-stack/src/crc.c b/bacnet-stack/src/crc.c index ac22e091..04af0c22 100644 --- a/bacnet-stack/src/crc.c +++ b/bacnet-stack/src/crc.c @@ -35,6 +35,7 @@ #include #include #include +#include "crc.h" /** @file crc.c Calculate CRCs */