Updated prototypes and include as required and found by compile with extra checking.
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -35,6 +35,7 @@
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include "crc.h"
|
||||
|
||||
/** @file crc.c Calculate CRCs */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user