Browse Source

Sub: Ingore landing message

mission-4.1.18
Michael du Breuil 8 years ago committed by Tom Pittenger
parent
commit
07fb0d541d
  1. 1
      ArduSub/GCS_Mavlink.cpp

1
ArduSub/GCS_Mavlink.cpp

@ -650,6 +650,7 @@ bool GCS_MAVLINK_Sub::try_send_message(enum ap_message id)
case MSG_WIND: case MSG_WIND:
case MSG_POSITION_TARGET_GLOBAL_INT: case MSG_POSITION_TARGET_GLOBAL_INT:
case MSG_AOA_SSA: case MSG_AOA_SSA:
case MSG_LANDING:
// unused // unused
break; break;

Loading…
Cancel
Save