Skip to content

Commit 9291090

Browse files
committed
Typo.
1 parent 001445b commit 9291090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arx_control/aspCommon.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ bool ATmega::open() {
9999
double elapsed_time = 0.0;
100100
auto start_time = std::chrono::steady_clock::now();
101101
while( sem_trywait(_lock) == -1 ) {
102-
std::this_thread::sleep_for(std::chrono::milliseconds(100);
102+
std::this_thread::sleep_for(std::chrono::milliseconds(100));
103103

104104
auto current_time = std::chrono::steady_clock::now();
105105
elapsed_time = std::chrono::duration_cast<std::chrono::milliseconds>(current_time - start_time).count();

0 commit comments

Comments
 (0)