Add autodeclination testing - no-op right now

This commit is contained in:
Lorenz Meier
2014-04-28 20:29:45 +02:00
parent 238a3636fa
commit 7aefcb7a09
3 changed files with 29 additions and 3 deletions

View File

@@ -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);
}