mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-12 01:23:56 -03:00
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
|
// estimated wind in m/s
|
||||||
Vector3f _wind;
|
Vector3f _wind;
|
||||||
|
|
||||||
float _imu1_weight{0.5f};
|
|
||||||
|
|
||||||
// last time AHRS failed in milliseconds
|
// last time AHRS failed in milliseconds
|
||||||
uint32_t _last_failure_ms;
|
uint32_t _last_failure_ms;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user