Updated prototypes and include as required and found by compile with extra checking.

This commit is contained in:
skarg
2010-08-17 18:02:18 +00:00
parent 2f5c95b7a3
commit b6f95a6b81
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -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 */
+1
View File
@@ -35,6 +35,7 @@
#include <stddef.h>
#include <stdint.h>
#include <stdbool.h>
#include "crc.h"
/** @file crc.c Calculate CRCs */