AP_TECS: Removed an unused variable to get rid of a compiler warning

This commit is contained in:
Eric Katzfey 2024-12-10 15:21:51 -08:00 committed by Peter Barker
parent 2f5be28378
commit ede51888b0
1 changed files with 0 additions and 3 deletions

View File

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