Browse Source

Copter: Ignore Landing message

master
Michael du Breuil 8 years ago committed by Tom Pittenger
parent
commit
6ba53cf11c
  1. 1
      ArduCopter/GCS_Mavlink.cpp

1
ArduCopter/GCS_Mavlink.cpp

@ -563,6 +563,7 @@ bool GCS_MAVLINK_Copter::try_send_message(enum ap_message id) @@ -563,6 +563,7 @@ bool GCS_MAVLINK_Copter::try_send_message(enum ap_message id)
case MSG_POSITION_TARGET_GLOBAL_INT:
case MSG_SERVO_OUT:
case MSG_AOA_SSA:
case MSG_LANDING:
// unused
break;

Loading…
Cancel
Save