mirror of https://github.com/ArduPilot/ardupilot
AP_AHRS: DCM: remove unused variable
This commit is contained in:
parent
3273f58851
commit
41753b43d7
|
@ -268,8 +268,6 @@ private:
|
|||
// estimated wind in m/s
|
||||
Vector3f _wind;
|
||||
|
||||
float _imu1_weight{0.5f};
|
||||
|
||||
// last time AHRS failed in milliseconds
|
||||
uint32_t _last_failure_ms;
|
||||
|
||||
|
|
Loading…
Reference in New Issue