forked from Archive/PX4-Autopilot
mavlink: no need to shout about disabling hardware flow control
This commit is contained in:
parent
321e1c1f7b
commit
43d22619f6
|
@ -746,7 +746,7 @@ Mavlink::get_free_tx_buf()
|
|||
if (_last_write_try_time != 0 &&
|
||||
hrt_elapsed_time(&_last_write_success_time) > 500 * 1000UL &&
|
||||
_last_write_success_time != _last_write_try_time) {
|
||||
warnx("DISABLING HARDWARE FLOW CONTROL");
|
||||
warnx("Disabling hardware flow control");
|
||||
enable_flow_control(false);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue