diff --git a/Rover/GCS_Mavlink.cpp b/Rover/GCS_Mavlink.cpp index ebe4fb97cd..85faeddb74 100644 --- a/Rover/GCS_Mavlink.cpp +++ b/Rover/GCS_Mavlink.cpp @@ -4,6 +4,7 @@ #include #include +#include MAV_TYPE GCS_Rover::frame_type() const { @@ -571,6 +572,9 @@ static const ap_message STREAM_EXTRA3_msgs[] = { #endif MSG_WHEEL_DISTANCE, MSG_ESC_TELEMETRY, +#if HAL_EFI_ENABLED + MSG_EFI_STATUS, +#endif }; static const ap_message STREAM_PARAMS_msgs[] = { MSG_NEXT_PARAM