Copter: make sure AP_Vehicle::fast_loop() gets called

This commit is contained in:
Andy Piper 2020-03-08 11:06:29 +00:00 committed by Andrew Tridgell
parent 1358e39ffd
commit 3515dc9322

View File

@ -266,6 +266,8 @@ void Copter::fast_loop()
if (should_log(MASK_LOG_ANY)) {
Log_Sensor_Health();
}
AP_Vehicle::fast_loop();
}
// start takeoff to given altitude (for use by scripting)