From 945a4a71eba40928a4049883102dc8d6200a05c2 Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Thu, 29 Mar 2012 19:35:47 +0200 Subject: [PATCH] default baud rate for xbee is now 57600 --- uart_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uart_config.h b/uart_config.h index f8b2f09..e693fc1 100644 --- a/uart_config.h +++ b/uart_config.h @@ -70,7 +70,7 @@ /* enable uart2 interrupts if == 1, disable if == 0 */ #define UART2_INTERRUPT_ENABLED 1 -#define UART2_BAUDRATE 9600 +#define UART2_BAUDRATE 57600 /* * if you enable this, the maximum baudrate you can reach is -- 2.20.1