1
0
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:
James Cotton 2012-01-31 16:16:16 -06:00
parent 71ba2c06a8
commit 72be7bb809

View File

@ -630,7 +630,7 @@ void ConfigRevoWidget::sixPointCalibrationMode()
revoCalibration->setData(revoCalibrationData);
usleep(100000);
Thread::usleep(100000);
gyro_accum_x.clear();
gyro_accum_y.clear();