From e2af175f058d8c248bc09ad07b5dea0b5a43b70f Mon Sep 17 00:00:00 2001 From: Godzil Date: Mon, 16 Apr 2012 23:29:55 +0200 Subject: [PATCH] Correct baudrate on normal application. --- src/config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config.h b/src/config.h index 6e64271..37d4eba 100644 --- a/src/config.h +++ b/src/config.h @@ -39,7 +39,8 @@ //#define CONFIG_CPU_FREQUENCY 46000000 #define CONFIG_UART_PCLKDIV 1 #define CONFIG_UART_TX_BUF_SHIFT 8 -#define CONFIG_UART_BAUDRATE 921600 +//#define CONFIG_UART_BAUDRATE 921600 +#define CONFIG_UART_BAUDRATE 115200 #define CONFIG_UART_DEADLOCKABLE #define SSP_CLK_DIVISOR 2