mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-03 04:03:59 -04:00
AP_TECS: remove unused variables
This commit is contained in:
parent
80112051b4
commit
2e2491f4ff
@ -150,9 +150,6 @@ private:
|
||||
// Last time update_50Hz was called
|
||||
uint64_t _update_50hz_last_usec;
|
||||
|
||||
// Last time update_speed was called
|
||||
uint64_t _update_speed_last_usec;
|
||||
|
||||
// Last time update_pitch_throttle was called
|
||||
uint64_t _update_pitch_throttle_last_usec;
|
||||
|
||||
@ -407,9 +404,6 @@ private:
|
||||
// on flare entry
|
||||
bool _flare_initialised;
|
||||
|
||||
// slew height demand lag filter value when transition to land
|
||||
float hgt_dem_lag_filter_slew;
|
||||
|
||||
// percent traveled along the previous and next waypoints
|
||||
float _path_proportion;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user