Browse Source

AP_LandingGear: Remove unused members

master
Michael du Breuil 6 years ago committed by Andrew Tridgell
parent
commit
0808539ee5
  1. 3
      libraries/AP_LandingGear/AP_LandingGear.h

3
libraries/AP_LandingGear/AP_LandingGear.h

@ -100,9 +100,6 @@ private: @@ -100,9 +100,6 @@ private:
bool _deployed; // true if the landing gear has been deployed, initialized false
bool _have_changed; // have we changed the servo state?
bool _deploy_lock; // used to force landing gear to remain deployed until another regular Deploy command is received to reduce accidental retraction
bool _deploy_pin_state;
bool _weight_on_wheels_pin_state;
int16_t _last_height_above_ground;
// debounce

Loading…
Cancel
Save