Skip to content

Commit 7d7f768

Browse files
committed
AP_TECS: Removed an unused variable to get rid of a compiler warning
1 parent 42ad2a7 commit 7d7f768

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

libraries/AP_TECS/AP_TECS.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,6 @@ class AP_TECS {
219219
AP_Float _pitch_ff_k;
220220
AP_Float _accel_gf;
221221

222-
// temporary _pitch_max_limit. Cleared on each loop. Clear when >= 90
223-
int8_t _pitch_max_limit = 90;
224-
225222
// current height estimate (above field elevation)
226223
float _height;
227224

0 commit comments

Comments
 (0)