ardupilot/libraries/AP_Parachute
Randy Mackay 06bef6e3b8 Parachute: clear release time when enabled
This resolves an issue in which the parachute could be suddenly released
when the user enabled the parachute.  The sequence that could have
caused this bad behaviour were (1) the parachute is triggered (2) the
user disables the parachute in the 0.5sec between the trigger and the
actual release, (3) the user re-enables the parachute and the old
release time from (1) is used.
2014-04-24 19:22:11 +09:00
..
examples/AP_Parachute_test Parachute: add AP_Notify.h to example sketch 2014-04-07 13:37:04 +09:00
AP_Parachute.cpp Parachute: clear release time when enabled 2014-04-24 19:22:11 +09:00
AP_Parachute.h Parachute: relay parameter description update 2014-04-07 13:37:14 +09:00