ardupilot/libraries/AP_Parachute
Andrew Tridgell e798b38271 AP_Parachute: removed create() method for objects
See discussion here:

  https://github.com/ArduPilot/ardupilot/issues/7331

we were getting some uninitialised variables. While it only showed up in
AP_SbusOut, it means we can't be sure it won't happen on other objects,
so safest to remove the approach

Thanks to assistance from Lucas, Peter and Francisco
2017-12-14 08:12:28 +11:00
..
examples/AP_Parachute_test AP_Parachute: removed create() method for objects 2017-12-14 08:12:28 +11:00
AP_Parachute.cpp AP_Parachute: Improve the PWM parameters descriptions 2017-06-06 11:06:26 +10:00
AP_Parachute.h AP_Parachute: removed create() method for objects 2017-12-14 08:12:28 +11:00