mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
GCS_MAVLink: eliminate AP_HAL::Print and AP_HAL::Stream
This commit is contained in:
parent
6c7c916c78
commit
0a08bba437
@ -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?
|
||||
|
Loading…
Reference in New Issue
Block a user