AntennaTracker: Ignore POSITION_TARGET_GLOBAL_INT

This commit is contained in:
Michael du Breuil 2016-04-19 16:56:59 -07:00 committed by Andrew Tridgell
parent b327ed671b
commit 06b9fa293c
1 changed files with 1 additions and 0 deletions

View File

@ -281,6 +281,7 @@ bool GCS_MAVLINK::try_send_message(enum ap_message id)
case MSG_VIBRATION: case MSG_VIBRATION:
case MSG_RPM: case MSG_RPM:
case MSG_MISSION_ITEM_REACHED: case MSG_MISSION_ITEM_REACHED:
case MSG_POSITION_TARGET_GLOBAL_INT:
break; // just here to prevent a warning break; // just here to prevent a warning
} }
return true; return true;