Tracker: avoid compiler warning re to new VIBRATION msg

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

View File

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