5
0
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:
Tom Pittenger 2016-08-07 20:29:50 -07:00
parent e0136dc545
commit a66e248f5c

View File

@ -27,7 +27,7 @@ const AP_HAL::HAL& hal = AP_HAL::get_HAL();
float temperature;
AP_Airspeed airspeed();
AP_Airspeed airspeed;
void setup()
{