Browse Source

Rover: Ignore MSG_POSITION_TARGET_GLOBAL_INT for now

master
Michael du Breuil 9 years ago committed by Andrew Tridgell
parent
commit
b327ed671b
  1. 1
      APMrover2/GCS_Mavlink.cpp

1
APMrover2/GCS_Mavlink.cpp

@ -598,6 +598,7 @@ bool GCS_MAVLINK::try_send_message(enum ap_message id) @@ -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
}

Loading…
Cancel
Save