Browse Source

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

zr-v5.1
Andy Piper 5 years ago committed by Andrew Tridgell
parent
commit
94235c5739
  1. 2
      ArduSub/ArduSub.cpp

2
ArduSub/ArduSub.cpp

@ -135,6 +135,8 @@ void Sub::fast_loop() @@ -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…
Cancel
Save