]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/msp430/usart/Msp430Uart1C.nc
Swapping HEAD and DEVEL branches
[tinyos-2.x.git] / tos / chips / msp430 / usart / Msp430Uart1C.nc
index 4e1700821eab5882518d963f336453f9f8c3f641..4829a4c58a0e6376a49a6278f14e1495397a5063 100644 (file)
@@ -43,7 +43,6 @@ generic configuration Msp430Uart1C() {
   provides interface Resource;
   provides interface UartStream;
   provides interface UartByte;
-  provides interface Msp430UartControl as UartControl;
 
   uses interface Msp430UartConfigure;
 }
@@ -58,7 +57,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 Msp430Usart1C() as UsartC;