mirror of https://github.com/ArduPilot/ardupilot
ArduPlane: Remove unused radio_in_rssi function
Signed-off-by: Ryan Friedman <25047695+Ryanf55@users.noreply.github.com>
This commit is contained in:
parent
de301dcd23
commit
be5c68d74d
|
@ -83,8 +83,6 @@ private:
|
|||
MAV_MODE base_mode() const override;
|
||||
MAV_STATE vehicle_system_status() const override;
|
||||
|
||||
uint8_t radio_in_rssi() const;
|
||||
|
||||
float vfr_hud_airspeed() const override;
|
||||
int16_t vfr_hud_throttle() const override;
|
||||
float vfr_hud_climbrate() const override;
|
||||
|
|
Loading…
Reference in New Issue