Increase serial console sped to 230400 bps

This makes debug printf's twice as fast (half as slow) and thus
has less of an impact on execution speed than the previous 115200
This commit is contained in:
Harald Welte
2016-03-02 10:31:59 +01:00
parent 12d4bdfbb1
commit 715bc05f55

View File

@@ -66,7 +66,7 @@
/** UART0 */
/** Console baudrate always using 115200. */
#define CONSOLE_BAUDRATE 115200
#define CONSOLE_BAUDRATE 230400
/** Usart Hw interface used by the console (UART0). */
#define CONSOLE_USART UART0
/** Usart Hw ID used by the console (UART0). */