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

This commit is contained in:
Andy Piper 2020-03-08 11:07:04 +00:00 committed by Andrew Tridgell
parent 3515dc9322
commit 94235c5739

View File

@ -135,6 +135,8 @@ void Sub::fast_loop()
if (should_log(MASK_LOG_ANY)) { if (should_log(MASK_LOG_ANY)) {
Log_Sensor_Health(); Log_Sensor_Health();
} }
AP_Vehicle::fast_loop();
} }
// 50 Hz tasks // 50 Hz tasks