AP_AHRS: DCM: remove unused variable

This commit is contained in:
Peter Barker 2024-10-05 11:07:11 +10:00 committed by Andrew Tridgell
parent 3273f58851
commit 41753b43d7
1 changed files with 0 additions and 2 deletions

View File

@ -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;