Skip to content

Commit

Permalink
AP_HAL_SITL: remove redundant gps state
Browse files Browse the repository at this point in the history
shadows stuff in base class
  • Loading branch information
peterbarker authored and tridge committed Nov 12, 2024
1 parent 3716f55 commit 8085c44
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libraries/AP_HAL_SITL/SITL_State.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,6 @@ class HALSITL::SITL_State : public SITL_State_Common {
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;
Expand Down

0 comments on commit 8085c44

Please sign in to comment.