Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle committed Feb 7, 2024
1 parent d25c588 commit 3b1b286
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions example/device/laserscanner/SickLDMRS-Process.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,7 @@ int main(int argc, const char **argv)
vpParseArgv::ARGV_NO_DEFAULTS)) {
return (EXIT_FAILURE);
}
VISP_HAVE_PTHREAD
time_offset = vpTime::measureTimeSecond();
time_offset = vpTime::measureTimeSecond();

std::thread thread_camera_acq(&camera_acq_and_display_loop);
std::thread thread_laser_acq(&laser_acq_loop);
Expand Down

0 comments on commit 3b1b286

Please sign in to comment.