diff --git a/ArduPlane/GCS_Mavlink.cpp b/ArduPlane/GCS_Mavlink.cpp index 94923d6895..77d8e383d7 100644 --- a/ArduPlane/GCS_Mavlink.cpp +++ b/ArduPlane/GCS_Mavlink.cpp @@ -3,6 +3,7 @@ #include "Plane.h" #include #include +#include MAV_TYPE GCS_Plane::frame_type() const { @@ -621,7 +622,9 @@ static const ap_message STREAM_EXTRA1_msgs[] = { MSG_PID_TUNING, MSG_LANDING, MSG_ESC_TELEMETRY, +#if HAL_EFI_ENABLED MSG_EFI_STATUS, +#endif #if AP_AIRSPEED_HYGROMETER_ENABLE MSG_HYGROMETER, #endif