mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
Don't use usleep for the poor windows kiddies.
This commit is contained in:
parent
71ba2c06a8
commit
72be7bb809
@ -630,7 +630,7 @@ void ConfigRevoWidget::sixPointCalibrationMode()
|
||||
|
||||
revoCalibration->setData(revoCalibrationData);
|
||||
|
||||
usleep(100000);
|
||||
Thread::usleep(100000);
|
||||
|
||||
gyro_accum_x.clear();
|
||||
gyro_accum_y.clear();
|
||||
|
Loading…
x
Reference in New Issue
Block a user