AP_Compass: rename to EXPECT_DELAY_MS()
This commit is contained in:
parent
6fa69c2297
commit
ba9b92c4af
@ -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] {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user