Plane: decode correct ADSB packet

This commit is contained in:
Andrew Tridgell 2016-08-17 08:29:44 +10:00 committed by Tom Pittenger
parent 3ecf2850a8
commit d482c7f4b7

View File

@ -2262,7 +2262,7 @@ void GCS_MAVLINK_Plane::handleMessage(mavlink_message_t* msg)
plane.adsb.update_vehicle(msg);
break;
case MAVLINK_MSG_ID_UAVIONIX_ADSB_OUT_DYNAMIC:
case MAVLINK_MSG_ID_UAVIONIX_ADSB_TRANSCEIVER_HEALTH_REPORT:
plane.adsb.transceiver_report(chan, msg);
break;