ardupilot/libraries/AP_LeakDetector
Andrew Tridgell 5f4680bf2c AP_LeakDetector: 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
..
AP_LeakDetector.cpp AP_LeakDetector: New library and analog/digital sensor drivers 2017-02-21 11:26:14 +11:00
AP_LeakDetector.h AP_LeakDetector: removed create() method for objects 2017-12-14 08:12:28 +11:00
AP_LeakDetector_Analog.cpp AP_LeakDetector: New library and analog/digital sensor drivers 2017-02-21 11:26:14 +11:00
AP_LeakDetector_Analog.h AP_LeakDetector: New library and analog/digital sensor drivers 2017-02-21 11:26:14 +11:00
AP_LeakDetector_Backend.cpp AP_LeakDetector: New library and analog/digital sensor drivers 2017-02-21 11:26:14 +11:00
AP_LeakDetector_Backend.h AP_LeakDetector: New library and analog/digital sensor drivers 2017-02-21 11:26:14 +11:00
AP_LeakDetector_Digital.cpp AP_LeakDetector: New library and analog/digital sensor drivers 2017-02-21 11:26:14 +11:00
AP_LeakDetector_Digital.h AP_LeakDetector: New library and analog/digital sensor drivers 2017-02-21 11:26:14 +11:00