mirror of https://github.com/ArduPilot/ardupilot
AP_MSP: removed unused parameters (using OSD_* instead)
This commit is contained in:
parent
815f813d34
commit
67ed957bf0
|
@ -64,8 +64,6 @@ private:
|
|||
AP_MSP_Telem_Backend *_backends[MSP_MAX_INSTANCES];
|
||||
|
||||
AP_Int8 _options;
|
||||
AP_Int8 _units;
|
||||
AP_Int8 _msgtime_s;
|
||||
AP_Int8 _cellcount;
|
||||
|
||||
// these are the osd items we support for MSP OSD
|
||||
|
|
Loading…
Reference in New Issue