Skip to content

Commit

Permalink
AP_TECS: Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
priseborough authored and tridge committed Feb 25, 2024
1 parent aecbd11 commit 870c6c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libraries/AP_TECS/AP_TECS.h
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,6 @@ class AP_TECS {
// true when a reset of airspeed and height states to current is performed on this frame
bool reset:1;

// true when we are allowing the plane to speed up on descent to maintain the target descent rate
bool speedup:1;
};
union {
struct flags _flags;
Expand Down

0 comments on commit 870c6c5

Please sign in to comment.