mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Plane: integrate parachute check_sink_rate
this was previously part of the update function. It can be run before or after the update
This commit is contained in:
parent
e2d41a3e04
commit
92f34a19d3
@ -8,6 +8,7 @@ void Plane::parachute_check()
|
|||||||
{
|
{
|
||||||
#if PARACHUTE == ENABLED
|
#if PARACHUTE == ENABLED
|
||||||
parachute.update();
|
parachute.update();
|
||||||
|
parachute.check_sink_rate();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user