mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
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
|
// this function is very slow
|
||||||
EXPECT_DELAY(hal, 1000);
|
EXPECT_DELAY_MS(1000);
|
||||||
|
|
||||||
float variance[ROTATION_MAX] {};
|
float variance[ROTATION_MAX] {};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user