Skip to content

Commit

Permalink
AP_AHRS: DCM: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker authored and tridge committed Oct 8, 2024
1 parent 3273f58 commit 41753b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libraries/AP_AHRS/AP_AHRS_DCM.h
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,6 @@ class AP_AHRS_DCM : public AP_AHRS_Backend {
// estimated wind in m/s
Vector3f _wind;

float _imu1_weight{0.5f};

// last time AHRS failed in milliseconds
uint32_t _last_failure_ms;

Expand Down

0 comments on commit 41753b4

Please sign in to comment.