Rover: prevent build error with MSG_RPM

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

View File

@ -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
}