]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/eyesIFX/chips/msp430/Msp430Uart0C.nc
Swapping HEAD and DEVEL branches
[tinyos-2.x.git] / tos / platforms / eyesIFX / chips / msp430 / Msp430Uart0C.nc
index 0cf129ccf2e1b1b9a5c4de4039cb3a0df9e75e1d..4b496f1cd235284fcb70e869ecaea9fe093b215f 100644 (file)
 
 generic configuration Msp430Uart0C() {
 
-  provides interface Resource;   provides interface ResourceRequested;
+  provides interface Resource;   
+  provides interface ResourceRequested;
   provides interface UartStream;
   provides interface UartByte;
-  provides interface Msp430UartControl as UartControl;
 
   uses interface Msp430UartConfigure;
 }
@@ -58,7 +58,6 @@ implementation {
   Resource = UartP.Resource[ CLIENT_ID ];
   UartStream = UartP.UartStream;
   UartByte = UartP.UartByte;
-  UartControl = UartP.UartControl[ CLIENT_ID ];
   Msp430UartConfigure = UartP.Msp430UartConfigure[ CLIENT_ID ];
 
   components new Msp430Usart0C() as UsartC;