aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/px4io/px4io.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/px4io/px4io.c b/apps/px4io/px4io.c
index dec2cdde6..197bad7c6 100644
--- a/apps/px4io/px4io.c
+++ b/apps/px4io/px4io.c
@@ -131,6 +131,7 @@ int user_start(int argc, char *argv[])
LED_AMBER(failsafe);
/* print some simple status */
+#if 0
if (timers[TIMER_STATUS_PRINT] == 0) {
timers[TIMER_STATUS_PRINT] = 1000;
lib_lowprintf("%c %s | %s | %s | %s | C=%d F=%d B=%d \r",
@@ -143,6 +144,7 @@ int user_start(int argc, char *argv[])
frame_rx, frame_bad
);
}
+#endif
}
/* Should never reach here */