From b9f7cf91e3321ff93c3e166e6d436069b5934a9c Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 22 Oct 2022 09:02:20 +1100 Subject: [PATCH] Rover: enable EFI_STATUS mavlink message --- Rover/GCS_Mavlink.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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