default baud rate for xbee is now 57600
authorFabrice Desclaux <serpilliere@droids-corp.org>
Thu, 29 Mar 2012 17:35:47 +0000 (19:35 +0200)
committerFabrice Desclaux <serpilliere@droids-corp.org>
Thu, 29 Mar 2012 17:35:47 +0000 (19:35 +0200)
uart_config.h

index f8b2f09..e693fc1 100644 (file)
@@ -70,7 +70,7 @@
 /* enable uart2 interrupts if == 1, disable if == 0 */\r
 #define UART2_INTERRUPT_ENABLED  1\r
 \r
-#define UART2_BAUDRATE 9600\r
+#define UART2_BAUDRATE 57600\r
 \r
 /*\r
  * if you enable this, the maximum baudrate you can reach is\r