mavlink: no need to shout about disabling hardware flow control

This commit is contained in:
Ban Siesta 2015-05-25 18:28:27 +01:00 committed by Lorenz Meier
parent 321e1c1f7b
commit 43d22619f6
1 changed files with 3 additions and 3 deletions

View File

@ -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);
}
}