mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Blimp: move ADSB mavlink handling from vehicles to common library
This commit is contained in:
parent
12192f60e3
commit
667925ebbf
@ -565,12 +565,6 @@ void GCS_MAVLINK_Blimp::handleMessage(const mavlink_message_t &msg)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
case MAVLINK_MSG_ID_ADSB_VEHICLE:
|
|
||||||
case MAVLINK_MSG_ID_UAVIONIX_ADSB_OUT_CFG:
|
|
||||||
case MAVLINK_MSG_ID_UAVIONIX_ADSB_OUT_DYNAMIC:
|
|
||||||
case MAVLINK_MSG_ID_UAVIONIX_ADSB_TRANSCEIVER_HEALTH_REPORT:
|
|
||||||
break;
|
|
||||||
|
|
||||||
default:
|
default:
|
||||||
handle_common_message(msg);
|
handle_common_message(msg);
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user