diff --git a/Blimp/GCS_Mavlink.cpp b/Blimp/GCS_Mavlink.cpp index a0bf1c4ba5..a58d3a45ee 100644 --- a/Blimp/GCS_Mavlink.cpp +++ b/Blimp/GCS_Mavlink.cpp @@ -357,7 +357,9 @@ static const ap_message STREAM_EXTRA3_msgs[] = { #if AP_BATTERY_ENABLED MSG_BATTERY_STATUS, #endif +#if HAL_MOUNT_ENABLED MSG_GIMBAL_DEVICE_ATTITUDE_STATUS, +#endif MSG_OPTICAL_FLOW, #if COMPASS_CAL_ENABLED MSG_MAG_CAL_REPORT,