AP_RCProtocol: Remove unused variable

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
This commit is contained in:
Patrick José Pereira 2018-05-10 21:13:55 -03:00 committed by Andrew Tridgell
parent f22f053c83
commit c755d341f4

View File

@ -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;
};