mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_LeakDetector: Remove not used LeakDetector_Type enum
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
This commit is contained in:
parent
8c32392d73
commit
57373180d1
@ -20,12 +20,6 @@ public:
|
|||||||
AP_LeakDetector(const AP_LeakDetector &other) = delete;
|
AP_LeakDetector(const AP_LeakDetector &other) = delete;
|
||||||
AP_LeakDetector &operator=(const AP_LeakDetector&) = 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 {
|
struct LeakDetector_State {
|
||||||
uint8_t instance;
|
uint8_t instance;
|
||||||
bool status; // leaking?
|
bool status; // leaking?
|
||||||
|
Loading…
Reference in New Issue
Block a user