X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Fmsp430%2Fusci%2FMsp430UartP.nc;h=1b595bfdbd9af40369beceb8128264f6f6620183;hb=0290d9081acdbe813926612478fbe81e7a44e3c5;hp=ddf074bdd0952100c4319207af6fcdb2a6d3a5ff;hpb=59a38cc43b09cc83e1a414ec0531588abab72cc9;p=tinyos-2.x.git diff --git a/tos/chips/msp430/usci/Msp430UartP.nc b/tos/chips/msp430/usci/Msp430UartP.nc index ddf074bd..1b595bfd 100644 --- a/tos/chips/msp430/usci/Msp430UartP.nc +++ b/tos/chips/msp430/usci/Msp430UartP.nc @@ -123,7 +123,6 @@ implementation { call Registers.clrIeRx(); call Registers.clrIeTx(); call Registers.clrIfgRx(); - call Registers.clrIfgTx(); /* Restore pins to their pre-configure state */ if (m_pins & PINS_RXD) @@ -171,7 +170,6 @@ implementation { } if (m_slen == 0 && m_sobuf) { call Registers.clrIeTx(); - call Registers.clrIfgTx(); m_sobuf = 0; signal UartStream.sendDone(m_sobuf, m_solen, SUCCESS); }