ardupilot/libraries/AP_Scheduler
Andrew Tridgell 580af4a69a AP_Scheduler: 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/Scheduler_test AP_Scheduler: removed create() method for objects 2017-12-14 08:12:28 +11:00
AP_Scheduler.cpp AP_Scheduler: remove loop-period argument from load_average 2017-08-01 19:39:27 +01:00
AP_Scheduler.h AP_Scheduler: removed create() method for objects 2017-12-14 08:12:28 +11:00
PerfInfo.cpp AP_Scheduler: create AP::PerfInfo class 2017-11-16 15:31:53 +00:00
PerfInfo.h AP_Scheduler: removed create() method for objects 2017-12-14 08:12:28 +11:00