Don't print the status line so much; we seem to drop a lot of receive characters this way.

This commit is contained in:
px4dev 2012-11-29 00:34:44 -08:00
parent 03a82e0a03
commit 3321ca0888
1 changed files with 2 additions and 0 deletions

View File

@ -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 */