ardupilot/libraries/AP_Mission
Andrew Tridgell a3e07f66a1 AP_Mission: 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_Mission_test AP_Mission: removed create() method for objects 2017-12-14 08:12:28 +11:00
AP_Mission.cpp AP_Mission: provide short description for mission item types 2017-11-27 10:28:24 +09:00
AP_Mission.h AP_Mission: removed create() method for objects 2017-12-14 08:12:28 +11:00