Refactor ReadRange by-position and by-sequence encoding into common module (#1028)

This commit is contained in:
Steve Karg
2025-06-23 10:50:48 -05:00
committed by GitHub
parent 5072fb5913
commit 464be15bae
6 changed files with 343 additions and 1 deletions
@@ -41,3 +41,8 @@ void datetime_timesync(BACNET_DATE *bdate, BACNET_TIME *btime, bool utc)
}
(void)utc;
}
void datetime_init(void)
{
/* nothing to do */
}