Skip to content

Commit

Permalink
add small delay to check
Browse files Browse the repository at this point in the history
  • Loading branch information
mfussi66 committed Dec 12, 2024
1 parent e8602a6 commit 3726537
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/ergocub-fingers-tuning/cpp/ident-finger/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ int main(int argc, char *argv[]) {
pwm_thr->resetStat();
break;
}
Time::delay(0.1);
}
}
}
Expand Down

0 comments on commit 3726537

Please sign in to comment.