Rover: avoid compiler warning re to new VIBRATION msg

This commit is contained in:
Randy Mackay 2015-06-12 16:02:59 +09:00
parent 0b9929bb04
commit fe1da458a7

View File

@ -531,6 +531,7 @@ bool GCS_MAVLINK::try_send_message(enum ap_message id)
case MSG_FENCE_STATUS:
case MSG_WIND:
case MSG_PID_TUNING:
case MSG_VIBRATION:
// unused
break;