From 715bc05f5552bf2b49819398d0411c41829dfa50 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 2 Mar 2016 10:31:59 +0100 Subject: [PATCH] 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 --- firmware/include_board/board_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/include_board/board_common.h b/firmware/include_board/board_common.h index 881444d5..b8f21f40 100644 --- a/firmware/include_board/board_common.h +++ b/firmware/include_board/board_common.h @@ -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). */