mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_HAL_SITL: remove redundant gps state
shadows stuff in base class
This commit is contained in:
parent
3716f5513d
commit
8085c44840
@ -110,9 +110,6 @@ private:
|
|||||||
uint32_t wind_start_delay_micros;
|
uint32_t wind_start_delay_micros;
|
||||||
uint32_t last_wind_update_us;
|
uint32_t last_wind_update_us;
|
||||||
|
|
||||||
// simulated GPS devices
|
|
||||||
SITL::GPS *gps[2]; // constrained by # of parameter sets
|
|
||||||
|
|
||||||
// returns a voltage between 0V to 5V which should appear as the
|
// returns a voltage between 0V to 5V which should appear as the
|
||||||
// voltage from the sensor
|
// voltage from the sensor
|
||||||
float _sonar_pin_voltage() const;
|
float _sonar_pin_voltage() const;
|
||||||
|
Loading…
Reference in New Issue
Block a user