mirror of https://github.com/ArduPilot/ardupilot
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 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
|
||||
// voltage from the sensor
|
||||
float _sonar_pin_voltage() const;
|
||||
|
|
Loading…
Reference in New Issue