AntennaTracker: prevent build error with MSG_RPM

This commit is contained in:
Andrew Tridgell 2015-08-10 14:27:49 +10:00
parent 3ce5f62420
commit 3f04c6415f

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;