Changes to clean up compile warnings

This commit is contained in:
skarg
2017-02-14 15:21:39 +00:00
parent daf346e6b2
commit bd5ec637a6
4 changed files with 17 additions and 1 deletions
+3
View File
@@ -235,7 +235,10 @@ extern "C" {
void Device_getCurrentDateTime(
BACNET_DATE_TIME * DateTime);
int32_t Device_UTC_Offset(void);
void Device_UTC_Offset_Set(int16_t offset);
bool Device_Daylight_Savings_Status(void);
bool Device_Align_Intervals(void);
bool Device_Align_Intervals_Set(bool flag);