Sub: Ingore landing message

This commit is contained in:
Michael du Breuil 2017-05-18 11:31:01 -07:00 committed by Tom Pittenger
parent 19a5475195
commit 07fb0d541d

View File

@ -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;