Browse Source

Copter: Ignore POSITION_TARGET_GLOBAL_INT

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

1
ArduCopter/GCS_Mavlink.cpp

@ -720,6 +720,7 @@ bool GCS_MAVLINK::try_send_message(enum ap_message id) @@ -720,6 +720,7 @@ bool GCS_MAVLINK::try_send_message(enum ap_message id)
case MSG_FENCE_STATUS:
case MSG_WIND:
case MSG_POSITION_TARGET_GLOBAL_INT:
// unused
break;

Loading…
Cancel
Save