AntennaTracker: fixed build warning

This commit is contained in:
Andrew Tridgell 2015-01-29 21:50:13 +11:00
parent c8d140f17b
commit 91df1ba738

View File

@ -264,6 +264,7 @@ bool GCS_MAVLINK::try_send_message(enum ap_message id)
case MSG_CAMERA_FEEDBACK: case MSG_CAMERA_FEEDBACK:
case MSG_MOUNT_STATUS: case MSG_MOUNT_STATUS:
case MSG_OPTICAL_FLOW: case MSG_OPTICAL_FLOW:
case MSG_GIMBAL_REPORT:
break; // just here to prevent a warning break; // just here to prevent a warning
} }
return true; return true;