Skip to content

Commit

Permalink
AP_TECS: Removed an unused variable to get rid of a compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
katzfey committed Dec 10, 2024
1 parent 42ad2a7 commit 7d7f768
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libraries/AP_TECS/AP_TECS.h
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,6 @@ class AP_TECS {
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;

Expand Down

0 comments on commit 7d7f768

Please sign in to comment.