AntennaTracker: prevent build error with MSG_RPM

This commit is contained in:
Andrew Tridgell 2015-08-10 14:27:49 +10:00 committed by Randy Mackay
parent afbacb1aea
commit d3ea6e8de1

View File

@ -276,6 +276,7 @@ bool GCS_MAVLINK::try_send_message(enum ap_message id)
case MSG_EKF_STATUS_REPORT:
case MSG_PID_TUNING:
case MSG_VIBRATION:
case MSG_RPM:
break; // just here to prevent a warning
}
return true;