]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/msp430/usci/Msp430UartA0C.nc
Update Msp430UartA0C.nc to match recent changes in Msp430UartA1C. Spruce up
[tinyos-2.x.git] / tos / chips / msp430 / usci / Msp430UartA0C.nc
index 39b2e43b8ade314c4ec4757167aa3ecaca3fde16..e8e661450566ced3786377f4cfb2d9821b7844e6 100644 (file)
@@ -48,7 +48,7 @@ generic configuration Msp430UartA0C() {
     interface UartByte;
     interface ArbiterInfo; /* ??? */
   }
-  uses interface Msp430UsciUartConfigure; /* would be nice to use Msp430UartConfigure, same as USART analog */
+  uses interface Msp430UsciConfigure;
 }
 implementation {
   enum {
@@ -58,7 +58,7 @@ implementation {
   components new Msp430UartP() as UartP;
   UartStream = UartP;
   UartByte = UartP;
-  Msp430UsciUartConfigure = UartP;
+  Msp430UsciConfigure = UartP;
 
   components Msp430UsciA0C as UsciC;
   Resource = UsciC.Resource[CLIENT_ID];