mirror of https://github.com/ArduPilot/ardupilot
AP_Compass: remove unused field
This commit is contained in:
parent
e8b5fd4c70
commit
9c8a7efbc6
|
@ -29,7 +29,6 @@ private:
|
|||
static AP_Compass_UAVCAN* get_uavcan_backend(AP_UAVCAN* ap_uavcan, uint8_t node_id, uint8_t sensor_id);
|
||||
|
||||
uint8_t _instance;
|
||||
bool _initialized;
|
||||
|
||||
AP_UAVCAN* _ap_uavcan;
|
||||
uint8_t _node_id;
|
||||
|
|
Loading…
Reference in New Issue