mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Sub: make sure AP_Vehicle::fast_loop() gets called
This commit is contained in:
parent
3515dc9322
commit
94235c5739
@ -135,6 +135,8 @@ void Sub::fast_loop()
|
||||
if (should_log(MASK_LOG_ANY)) {
|
||||
Log_Sensor_Health();
|
||||
}
|
||||
|
||||
AP_Vehicle::fast_loop();
|
||||
}
|
||||
|
||||
// 50 Hz tasks
|
||||
|
Loading…
Reference in New Issue
Block a user