diff --git a/ArduCopter/GCS_Mavlink.cpp b/ArduCopter/GCS_Mavlink.cpp index 640f3820a2..1b1a39476c 100644 --- a/ArduCopter/GCS_Mavlink.cpp +++ b/ArduCopter/GCS_Mavlink.cpp @@ -2,6 +2,7 @@ #include "GCS_Mavlink.h" #include +#include MAV_TYPE GCS_Copter::frame_type() const { @@ -539,6 +540,9 @@ static const ap_message STREAM_EXTRA3_msgs[] = { MSG_ESC_TELEMETRY, MSG_GENERATOR_STATUS, MSG_WINCH_STATUS, +#if HAL_EFI_ENABLED + MSG_EFI_STATUS, +#endif }; static const ap_message STREAM_PARAMS_msgs[] = { MSG_NEXT_PARAM