diff --git a/ArduPlane/system.cpp b/ArduPlane/system.cpp index 98a0762012..c0ab5b1110 100644 --- a/ArduPlane/system.cpp +++ b/ArduPlane/system.cpp @@ -86,6 +86,7 @@ void Plane::init_ardupilot() AP::compass().init(); #if AP_AIRSPEED_ENABLED + airspeed.set_fixedwing_parameters(&aparm); airspeed.set_log_bit(MASK_LOG_IMU); #endif