Refactor ReadRange by-position and by-sequence encoding into common module (#1028)
This commit is contained in:
@@ -41,3 +41,8 @@ void datetime_timesync(BACNET_DATE *bdate, BACNET_TIME *btime, bool utc)
|
||||
}
|
||||
(void)utc;
|
||||
}
|
||||
|
||||
void datetime_init(void)
|
||||
{
|
||||
/* nothing to do */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user