mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 00:04:02 -04:00
Plane: remove AP_Vehicle::FixedWing dependency in ap_airspeed
This commit is contained in:
parent
ce7b766d8b
commit
e0136dc545
@ -394,7 +394,7 @@ private:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Airspeed Sensors
|
// Airspeed Sensors
|
||||||
AP_Airspeed airspeed {aparm};
|
AP_Airspeed airspeed;
|
||||||
|
|
||||||
// ACRO controller state
|
// ACRO controller state
|
||||||
struct {
|
struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user