MPU6k: removed an unused variable

This commit is contained in:
Andrew Tridgell 2012-06-29 21:45:33 +10:00
parent 1cb96e14a9
commit 02b9ea4dfe
1 changed files with 0 additions and 2 deletions

View File

@ -62,8 +62,6 @@ class AP_InertialSensor_MPU6000 : public AP_InertialSensor
static const uint8_t _temp_data_index;
static int16_t _data[7];
/* TODO deprecate _cs_pin */
static uint8_t _cs_pin;