From 468ee0bd9bbaa0ad64434e15a37b25d129c16f5c Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 11 Apr 2019 21:12:32 +1000 Subject: [PATCH] Plane: removed an unnecessary delay on init --- ArduPlane/system.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/ArduPlane/system.cpp b/ArduPlane/system.cpp index 800bafbcb4..b4eddfccb9 100644 --- a/ArduPlane/system.cpp +++ b/ArduPlane/system.cpp @@ -394,7 +394,6 @@ void Plane::startup_INS_ground(void) if (ins.gyro_calibration_timing() != AP_InertialSensor::GYRO_CAL_NEVER) { gcs().send_text(MAV_SEVERITY_ALERT, "Beginning INS calibration. Do not move plane"); - hal.scheduler->delay(100); } else { gcs().send_text(MAV_SEVERITY_ALERT, "Skipping INS calibration"); }