AntennaTracker: fixed build warnings

This commit is contained in:
Andrew Tridgell 2015-01-06 15:28:50 +11:00
parent f400f39f08
commit 17eee56b89
1 changed files with 5 additions and 0 deletions

View File

@ -259,6 +259,11 @@ bool GCS_MAVLINK::try_send_message(enum ap_message id)
case MSG_FENCE_STATUS:
case MSG_WIND:
case MSG_RANGEFINDER:
case MSG_TERRAIN:
case MSG_BATTERY2:
case MSG_CAMERA_FEEDBACK:
case MSG_MOUNT_STATUS:
case MSG_OPTICAL_FLOW:
break; // just here to prevent a warning
}
return true;