X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=tos%2Fchips%2Fmsp430%2Fusci%2FHplMsp430UsciRegP.nc;h=b46a1c4f35815b51fdc7fbc83a5914007fe2c1c4;hb=0290d9081acdbe813926612478fbe81e7a44e3c5;hp=a9994ade7cddbd9305ff0bdbae34c7c609225e4c;hpb=59a38cc43b09cc83e1a414ec0531588abab72cc9;p=tinyos-2.x.git diff --git a/tos/chips/msp430/usci/HplMsp430UsciRegP.nc b/tos/chips/msp430/usci/HplMsp430UsciRegP.nc index a9994ade..b46a1c4f 100644 --- a/tos/chips/msp430/usci/HplMsp430UsciRegP.nc +++ b/tos/chips/msp430/usci/HplMsp430UsciRegP.nc @@ -276,11 +276,6 @@ implementation return READ_FLAG(UCxxIfg, UCxxRXIFG); } - async command void Registers.setIfgRx() - { - SET_FLAG(UCxxIfg, UCxxRXIFG); - } - async command void Registers.clrIfgRx() { CLR_FLAG(UCxxIfg, UCxxRXIFG); @@ -290,14 +285,4 @@ implementation { return READ_FLAG(UCxxIfg, UCxxTXIFG); } - - async command void Registers.setIfgTx() - { - SET_FLAG(UCxxIfg, UCxxTXIFG); - } - - async command void Registers.clrIfgTx() - { - CLR_FLAG(UCxxIfg, UCxxTXIFG); - } }