mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 09:58:28 -04:00
AP_TECS: Remove unused variable
This commit is contained in:
parent
1654bacc2b
commit
de080b2499
@ -336,8 +336,6 @@ private:
|
|||||||
// true when a reset of airspeed and height states to current is performed on this frame
|
// true when a reset of airspeed and height states to current is performed on this frame
|
||||||
bool reset:1;
|
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 {
|
union {
|
||||||
struct flags _flags;
|
struct flags _flags;
|
||||||
|
Loading…
Reference in New Issue
Block a user