Skip to content
Snippets Groups Projects
Commit 1a1522d3 authored by Lorenz Meier's avatar Lorenz Meier Committed by Beat Küng
Browse files

Fix RC unit test

parent 9f3fe2a8
No related branches found
No related tags found
No related merge requests found
......@@ -119,6 +119,8 @@ bool RCTest::dsmTest(const char *filepath, unsigned expected_chancount, unsigned
rate_limiter++;
}
fclose(fp);
ut_test(ret == EOF);
PX4_INFO("drop: %d", (int)last_drop);
ut_test(last_drop == expected_dropcount);
......
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