AP_Compass: rename to EXPECT_DELAY_MS()

This commit is contained in:
Andrew Tridgell 2019-05-15 14:10:04 +10:00
parent 6fa69c2297
commit ba9b92c4af

View File

@ -781,7 +781,7 @@ bool CompassCalibrator::calculate_orientation(void)
}
// this function is very slow
EXPECT_DELAY(hal, 1000);
EXPECT_DELAY_MS(1000);
float variance[ROTATION_MAX] {};