mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-06 06:43:21 +08:00
MAVLink app: Remove flow control warning to clean up the boot log
This commit is contained in:
@@ -916,7 +916,6 @@ 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");
|
||||
enable_flow_control(false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user