Disable sbus2_test for now, just leverage the testing infrastructure

This commit is contained in:
Lorenz Meier
2014-04-28 19:24:44 +02:00
parent 002ff7da7e
commit 3959d0c1c9
+1 -1
View File
@@ -63,7 +63,7 @@ int main(int argc, char *argv[]) {
hrt_abstime now = hrt_absolute_time();
if (partial_frame_count % 25 == 0)
sbus_parse(now, frame, &partial_frame_count, rc_values, &num_values, &sbus_failsafe, &sbus_frame_drop, max_channels);
//sbus_parse(now, frame, &partial_frame_count, rc_values, &num_values, &sbus_failsafe, &sbus_frame_drop, max_channels);
}
if (ret == EOF) {