Browse Source

AP_RCProtocol: Remove unused variable

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
master
Patrick José Pereira 7 years ago committed by Andrew Tridgell
parent
commit
c755d341f4
  1. 1
      libraries/AP_RCProtocol/AP_RCProtocol.h

1
libraries/AP_RCProtocol/AP_RCProtocol.h

@ -41,7 +41,6 @@ public: @@ -41,7 +41,6 @@ public:
private:
enum rcprotocol_t _detected_protocol = NONE;
AP_RCProtocol_Backend *backend[NONE];
uint8_t num_backends = NONE;
bool _new_input = false;
uint32_t _last_input_ms;
};

Loading…
Cancel
Save