AP_HAL_SITL: remove redundant gps state

shadows stuff in base class
This commit is contained in:
Peter Barker 2024-11-11 21:27:06 +11:00 committed by Andrew Tridgell
parent 3716f5513d
commit 8085c44840
1 changed files with 0 additions and 3 deletions

View File

@ -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;