mirror of
https://github.com/Livox-SDK/livox_ros_driver.git
synced 2023-04-06 15:49:55 +08:00
Merge pull request #61 from kmiya/fix-copy-paste-error
Fix copy-paste error in timesync
This commit is contained in:
@@ -98,7 +98,7 @@ void TimeSync::StopTimesync() {
|
|||||||
t_poll_state_ = nullptr;
|
t_poll_state_ = nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (t_poll_state_) {
|
if (t_poll_data_) {
|
||||||
t_poll_data_->join();
|
t_poll_data_->join();
|
||||||
t_poll_data_ = nullptr;
|
t_poll_data_ = nullptr;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user