Tracker: Ignore landing message

This commit is contained in:
Michael du Breuil 2017-05-18 11:31:31 -07:00 committed by Tom Pittenger
parent 6ba53cf11c
commit c4cd6bdf86
1 changed files with 1 additions and 0 deletions

View File

@ -272,6 +272,7 @@ bool GCS_MAVLINK_Tracker::try_send_message(enum ap_message id)
case MSG_MISSION_ITEM_REACHED:
case MSG_POSITION_TARGET_GLOBAL_INT:
case MSG_AOA_SSA:
case MSG_LANDING:
break; // just here to prevent a warning
}
return true;