Browse Source

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

c415-sdk
Andy Piper 5 years ago committed by Andrew Tridgell
parent
commit
3515dc9322
  1. 2
      ArduCopter/Copter.cpp

2
ArduCopter/Copter.cpp

@ -266,6 +266,8 @@ void Copter::fast_loop() @@ -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)

Loading…
Cancel
Save