]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/msp430/usci/Msp430UartP.nc
Add some SPI implementation.
[tinyos-2.x.git] / tos / chips / msp430 / usci / Msp430UartP.nc
index b9f25ede5d067e14023063832864e402f6dec9ca..f00e704f1c1425dff959feb425900d0596b2c4e1 100644 (file)
@@ -42,7 +42,7 @@ generic module Msp430UartP() {
   uses {
     interface HplMsp430UsciReg as Registers;
     interface HplMsp430UsciInt as Interrupts;
-    interface HplMsp430GeneralIO as RXD; /* Msp430Gpio no access to PxREN */
+    interface HplMsp430GeneralIO as RXD;
     interface HplMsp430GeneralIO as TXD;
     interface Msp430UsciUartConfigure; /* maybe just Msp430UsciConfigure */
     interface Counter<T32khz,uint16_6>