Merge pull request #94 from alignan/master

Fixes Issue #93
This commit is contained in:
Nicolas Tsiftes 2013-02-16 13:46:09 -08:00
commit 2eb3c2a492

View File

@ -114,7 +114,7 @@ uart0_init(unsigned long ubr)
UCA0CTL1 |= UCSWRST; /* Hold peripheral in reset state */
UCA0CTL1 |= UCSSEL_2; /* CLK = SMCLK */
UCA0BR0 = 0x45; /* 8MHz/115200 = 69 = 0x45 */
UCA0BR0 = ubr; /* 8MHz/115200 = 69 = 0x45 */
UCA0BR1 = 0x00;
UCA0MCTL = UCBRS_3; /* Modulation UCBRSx = 3 */