mirror of https://github.com/ArduPilot/ardupilot
GCS_MVALink: remove virtual from send_simstate
No longer overridden by anyone
This commit is contained in:
parent
5dab6b7275
commit
784c56f6d0
|
@ -245,7 +245,7 @@ public:
|
|||
void send_scaled_pressure2();
|
||||
virtual void send_scaled_pressure3(); // allow sub to override this
|
||||
void send_sensor_offsets();
|
||||
virtual void send_simstate() const;
|
||||
void send_simstate() const;
|
||||
void send_sim_state() const;
|
||||
void send_ahrs();
|
||||
void send_battery2();
|
||||
|
|
Loading…
Reference in New Issue