Skip to content
Snippets Groups Projects
Commit 42093a5e authored by Dennis Mannhart's avatar Dennis Mannhart Committed by Lorenz Meier
Browse files

remove PX4_WARN if zero bytes are received

parent bf632800
No related branches found
No related tags found
No related merge requests found
......@@ -101,11 +101,9 @@ void task_main(int argc, char *argv[])
}
if (newbytes == 0) {
PX4_WARN("read nothing");
continue;
}
const hrt_abstime now = hrt_absolute_time();
bool dsm_11_bit;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment