]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/msp430/usci/Msp430UartP.nc
Proper support for the new basic_clock+ peripheral. Default UART baud rate is
[tinyos-2.x.git] / tos / chips / msp430 / usci / Msp430UartP.nc
index ce31d9ce9e4c83b1aedf7c6471851e83a7232a65..7b39bbcd8c8a20b318e47cc91d823d64a9bc6436 100644 (file)
@@ -284,9 +284,9 @@ implementation {
   {
     const static msp430_usci_uart_t def = { 
       ctl0: UCMODE_0,          /* async, lsb first, 8N1 */
-      ctl1: UCSWRST|UCSSEL_1,  /* clock uart from SMCLK */
-      brx: UBRX_32768HZ_9600,
-      mctl: UMCTL_32768HZ_9600,
+      ctl1: UCSWRST|UCSSEL_3,  /* clock uart from SMCLK */
+      brx: UBRX_1MHZ_115200,
+      mctl: UMCTL_1MHZ_115200,
       irtctl: 0,
       irrctl: 0,
       abctl: 0,