Rover: Ignore MSG_POSITION_TARGET_GLOBAL_INT for now

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

View File

@ -598,6 +598,7 @@ bool GCS_MAVLINK::try_send_message(enum ap_message id)
case MSG_OPTICAL_FLOW:
case MSG_GIMBAL_REPORT:
case MSG_RPM:
case MSG_POSITION_TARGET_GLOBAL_INT:
break; // just here to prevent a warning
}