Browse Source

AP_LeakDetector: Remove not used LeakDetector_Type enum

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
zr-v5.1
Patrick José Pereira 4 years ago committed by Peter Barker
parent
commit
57373180d1
  1. 6
      libraries/AP_LeakDetector/AP_LeakDetector.h

6
libraries/AP_LeakDetector/AP_LeakDetector.h

@ -20,12 +20,6 @@ public: @@ -20,12 +20,6 @@ public:
AP_LeakDetector(const AP_LeakDetector &other) = delete;
AP_LeakDetector &operator=(const AP_LeakDetector&) = delete;
enum LeakDetector_Type {
LEAKDETECTOR_TYPE_NONE = 0,
LEAKDETECTOR_TYPE_DIGITAL = 1,
LEAKDETECTOR_TYPE_ANALOG = 2
};
struct LeakDetector_State {
uint8_t instance;
bool status; // leaking?

Loading…
Cancel
Save