]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/msp430/usci/HplMsp430UsciReg.nc
Fix USCI hanging caused by clearing the TXIFG bit.
[tinyos-2.x.git] / tos / chips / msp430 / usci / HplMsp430UsciReg.nc
index 09c0f1be2fe090d5086fec630ff2ee9f66946b5e..1d80fdaf25647464b8ae519a8fe3f577742d1251 100644 (file)
@@ -263,10 +263,6 @@ interface HplMsp430UsciReg {
    * UCxxCTL0 for more information.
    */
   async command bool getIfgRx();
-  async command void setIfgRx();
   async command void clrIfgRx();
   async command bool getIfgTx();
-  async command void setIfgTx();
-  async command void clrIfgTx();
-
 }