From 3321ca08886fe1030c82094254586c31fcb07b32 Mon Sep 17 00:00:00 2001 From: px4dev Date: Thu, 29 Nov 2012 00:34:44 -0800 Subject: Don't print the status line so much; we seem to drop a lot of receive characters this way. --- apps/px4io/px4io.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/px4io/px4io.c') 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 */ -- cgit v1.2.3