X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Fmsp430%2Fusci%2FMsp430UartP.nc;h=4545aab3a0872b24b7eefc7f244126ef663187fb;hb=c28d328ba709f9c9bb81d6985ade01abdbba0560;hp=f998e3cef3a39cc52f137cb631d0e67d400b8b79;hpb=d1ababfa3532234fdfb7e69808bb20d801c56bbd;p=tinyos-2.x.git diff --git a/tos/chips/msp430/usci/Msp430UartP.nc b/tos/chips/msp430/usci/Msp430UartP.nc index f998e3ce..4545aab3 100644 --- a/tos/chips/msp430/usci/Msp430UartP.nc +++ b/tos/chips/msp430/usci/Msp430UartP.nc @@ -117,7 +117,7 @@ implementation { { atomic { /* Disable the device */ - call Registers.setCtl1(UCSYNC); + call Registers.setCtl1(UCSWRST); /* Clear interrupts and interrupt flags */ call Registers.clrIeRx();