13
0

expand scope of LTC_Slave::reset() to include more object state

This commit is contained in:
Paul Davis 2019-03-03 10:20:27 -07:00
parent 5146d93853
commit 7fd05ff051

View File

@ -203,6 +203,8 @@ LTC_TransportMaster::reset (bool with_position)
transport_direction = 0;
sync_lock_broken = false;
monotonic_cnt = 0;
memset (&prev_frame, 0, sizeof(LTCFrameExt));
frames_since_reset = 0;
}
void