aboutsummaryrefslogtreecommitdiff
path: root/apps/px4io/px4io.c
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2012-11-29 00:34:44 -0800
committerpx4dev <px4@purgatory.org>2012-11-29 00:34:44 -0800
commit3321ca08886fe1030c82094254586c31fcb07b32 (patch)
tree560394bb2e892678836f54fbc4e9bad7eb51e6b0 /apps/px4io/px4io.c
parent03a82e0a039d8ce3bea5cc97c181d649b97d6edf (diff)
downloadpx4-firmware-3321ca08886fe1030c82094254586c31fcb07b32.tar.gz
px4-firmware-3321ca08886fe1030c82094254586c31fcb07b32.tar.bz2
px4-firmware-3321ca08886fe1030c82094254586c31fcb07b32.zip
Don't print the status line so much; we seem to drop a lot of receive characters this way.
Diffstat (limited to 'apps/px4io/px4io.c')
-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 */