Browse Source

format src/examples/flow_position_estimator

sbg
Daniel Agar 10 years ago
parent
commit
d2db6855ad
  1. 2
      src/examples/flow_position_estimator/flow_position_estimator_main.c

2
src/examples/flow_position_estimator/flow_position_estimator_main.c

@ -116,7 +116,7 @@ int flow_position_estimator_main(int argc, char *argv[])
SCHED_PRIORITY_MAX - 5, SCHED_PRIORITY_MAX - 5,
4000, 4000,
flow_position_estimator_thread_main, flow_position_estimator_thread_main,
(argv) ? (char * const *)&argv[2] : (char * const *)NULL); (argv) ? (char *const *)&argv[2] : (char *const *)NULL);
exit(0); exit(0);
} }

Loading…
Cancel
Save