GCS_MAVLink: eliminate AP_HAL::Print and AP_HAL::Stream

This commit is contained in:
Peter Barker 2018-03-22 13:41:29 +11:00 committed by Andrew Tridgell
parent 6c7c916c78
commit 0a08bba437

View File

@ -33,7 +33,7 @@ void GCS_MAVLINK::handle_serial_control(const mavlink_message_t *msg)
mavlink_msg_serial_control_decode(msg, &packet);
AP_HAL::UARTDriver *port = nullptr;
AP_HAL::Stream *stream = nullptr;
AP_HAL::BetterStream *stream = nullptr;
if (packet.flags & SERIAL_CONTROL_FLAG_REPLY) {
// how did this packet get to us?