mirror of https://github.com/ArduPilot/ardupilot
AP_TECS: Removed an unused variable to get rid of a compiler warning
This commit is contained in:
parent
2f5be28378
commit
ede51888b0
|
@ -219,9 +219,6 @@ private:
|
|||
AP_Float _pitch_ff_k;
|
||||
AP_Float _accel_gf;
|
||||
|
||||
// temporary _pitch_max_limit. Cleared on each loop. Clear when >= 90
|
||||
int8_t _pitch_max_limit = 90;
|
||||
|
||||
// current height estimate (above field elevation)
|
||||
float _height;
|
||||
|
||||
|
|
Loading…
Reference in New Issue