aboutsummaryrefslogtreecommitdiff
path: root/Tools/tests-host/sbus2_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/tests-host/sbus2_test.cpp')
-rw-r--r--Tools/tests-host/sbus2_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/tests-host/sbus2_test.cpp b/Tools/tests-host/sbus2_test.cpp
index 134a71b80..281903cf6 100644
--- a/Tools/tests-host/sbus2_test.cpp
+++ b/Tools/tests-host/sbus2_test.cpp
@@ -62,7 +62,7 @@ int main(int argc, char *argv[]) {
// Pipe the data into the parser
hrt_abstime now = hrt_absolute_time();
- if (partial_frame_count % 25 == 0)
+ //if (partial_frame_count % 25 == 0)
//sbus_parse(now, frame, &partial_frame_count, rc_values, &num_values, &sbus_failsafe, &sbus_frame_drop, max_channels);
}