mirror of https://github.com/ArduPilot/ardupilot
MPU6k: removed an unused variable
This commit is contained in:
parent
1cb96e14a9
commit
02b9ea4dfe
|
@ -62,8 +62,6 @@ class AP_InertialSensor_MPU6000 : public AP_InertialSensor
|
||||||
|
|
||||||
static const uint8_t _temp_data_index;
|
static const uint8_t _temp_data_index;
|
||||||
|
|
||||||
static int16_t _data[7];
|
|
||||||
|
|
||||||
/* TODO deprecate _cs_pin */
|
/* TODO deprecate _cs_pin */
|
||||||
static uint8_t _cs_pin;
|
static uint8_t _cs_pin;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue