]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/msp430/usci/HplMsp430UsciReg.nc
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / tos / chips / msp430 / usci / HplMsp430UsciReg.nc
index ed296771386d18ee094adeb0a349fe533b01c8c0..cf49708ada3b8bda03da1acbb913a1f5f93b01d0 100644 (file)
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
  * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
+
 /**
  * HPL interface to a USCI peripheral device in UART mode.
  *
- * @author R. Steve McKown <smckown@gmail.com>
+ * @author R. Steve McKown <rsmckown@gmail.com>
  */
+
 #include "Msp430Usci.h"
 
 interface HplMsp430UsciReg {
@@ -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();
-
 }