AP_RCProtocol: IBUS remove unused field

This commit is contained in:
Mirko Denecke 2019-07-22 00:16:48 +02:00 committed by Randy Mackay
parent c56acb49d6
commit 633eb11bfd

View File

@ -33,7 +33,6 @@ private:
bool ibus_decode(const uint8_t frame[IBUS_FRAME_SIZE], uint16_t *values, bool *ibus_failsafe);
SoftSerial ss{115200, SoftSerial::SERIAL_CONFIG_8N1};
uint32_t saved_width;
struct {
uint8_t buf[IBUS_FRAME_SIZE];