Feature/date time mstimer clock (#861)
* Added daylight savings time calculation module with unit testing. * Added datetime daylight savings time and clock API * Added basic datetime_local() clock using mstimer as basis and time-sync option. Integrated clock with ports/stm32f4xx example.
This commit is contained in:
@@ -884,7 +884,6 @@ void dlmstp_set_frame_rx_start_callback(dlmstp_hook_frame_rx_start_cb cb_func)
|
||||
void dlmstp_reset_statistics(void)
|
||||
{
|
||||
struct dlmstp_user_data_t *user;
|
||||
struct dlmstp_statistics *stats;
|
||||
|
||||
if (!MSTP_Port) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user