mirror of https://github.com/ArduPilot/ardupilot
AP_Compass: AP_Compass_LSM9DS1: remove unused variable
This commit is contained in:
parent
64154feaef
commit
216a6493c9
|
@ -45,5 +45,4 @@ private:
|
|||
float _mag_z_accum = 0.0f;
|
||||
uint32_t _accum_count = 0;
|
||||
uint32_t _last_update_timestamp;
|
||||
uint32_t _last_accum_time;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue