diff --git a/APMrover2/GCS_Mavlink.cpp b/APMrover2/GCS_Mavlink.cpp index b6d7361226..490f5df6b5 100644 --- a/APMrover2/GCS_Mavlink.cpp +++ b/APMrover2/GCS_Mavlink.cpp @@ -584,6 +584,7 @@ bool GCS_MAVLINK::try_send_message(enum ap_message id) case MSG_TERRAIN: case MSG_OPTICAL_FLOW: case MSG_GIMBAL_REPORT: + case MSG_RPM: break; // just here to prevent a warning }