Tracker: ignore ADSB_VEHICLE packet handling

This commit is contained in:
Tom Pittenger 2016-06-15 17:06:21 -07:00
parent 746e2211e9
commit 24b7f69dad
1 changed files with 1 additions and 0 deletions

View File

@ -265,6 +265,7 @@ bool GCS_MAVLINK_Tracker::try_send_message(enum ap_message id)
case MSG_EXTENDED_STATUS1: case MSG_EXTENDED_STATUS1:
case MSG_EXTENDED_STATUS2: case MSG_EXTENDED_STATUS2:
case MSG_RETRY_DEFERRED: case MSG_RETRY_DEFERRED:
case MSG_ADSB_VEHICLE:
case MSG_CURRENT_WAYPOINT: case MSG_CURRENT_WAYPOINT:
case MSG_VFR_HUD: case MSG_VFR_HUD:
case MSG_SYSTEM_TIME: case MSG_SYSTEM_TIME: