Browse Source

Plane: integrate parachute check_sink_rate

this was previously part of the update function.  It can be run before or after the update
zr-v5.1
Randy Mackay 4 years ago committed by Andrew Tridgell
parent
commit
92f34a19d3
  1. 1
      ArduPlane/parachute.cpp

1
ArduPlane/parachute.cpp

@ -8,6 +8,7 @@ void Plane::parachute_check() @@ -8,6 +8,7 @@ void Plane::parachute_check()
{
#if PARACHUTE == ENABLED
parachute.update();
parachute.check_sink_rate();
#endif
}

Loading…
Cancel
Save