aboutsummaryrefslogtreecommitdiff
path: root/apps/px4io/px4io.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/px4io/px4io.c')
-rw-r--r--apps/px4io/px4io.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/px4io/px4io.c b/apps/px4io/px4io.c
index 13f46939a..c3dacb2a6 100644
--- a/apps/px4io/px4io.c
+++ b/apps/px4io/px4io.c
@@ -115,6 +115,7 @@ int user_start(int argc, char *argv[])
perf_counter_t mixer_perf = perf_alloc(PC_ELAPSED, "mix");
/* run the mixer at 100Hz (for now...) */
+ /* XXX we should use CONFIG_IDLE_CUSTOM and take over the idle thread instead of running two additional tasks */
for (;;) {
poll(NULL, 0, 10);
perf_begin(mixer_perf);