diff --git a/ArduPlane/GCS_Mavlink.cpp b/ArduPlane/GCS_Mavlink.cpp index bf2dae5a3c..eed957f52c 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 { @@ -622,7 +623,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