mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-05 22:24:47 +08:00
uart_esc: remove timeout printf
This commit is contained in:
@@ -378,7 +378,6 @@ void task_main(int argc, char *argv[])
|
|||||||
|
|
||||||
/* Timed out, do a periodic check for _task_should_exit. */
|
/* Timed out, do a periodic check for _task_should_exit. */
|
||||||
if (pret == 0) {
|
if (pret == 0) {
|
||||||
PX4_INFO("timeout");
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user