mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-18 22:03:56 -04:00
AP_Airspeed: remove AP_Vehicle::FixedWing dependency
This commit is contained in:
parent
e0136dc545
commit
a66e248f5c
@ -27,7 +27,7 @@ const AP_HAL::HAL& hal = AP_HAL::get_HAL();
|
||||
|
||||
float temperature;
|
||||
|
||||
AP_Airspeed airspeed();
|
||||
AP_Airspeed airspeed;
|
||||
|
||||
void setup()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user