]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Remove reference to UartControl erroneously left from the DEVEL/HEAD merge, pointed...
authorvlahan <vlahan>
Tue, 9 Jan 2007 19:02:09 +0000 (19:02 +0000)
committervlahan <vlahan>
Tue, 9 Jan 2007 19:02:09 +0000 (19:02 +0000)
tos/chips/msp430/usart/Msp430Uart0C.nc

index 470872d22a70856d13ffc8cf96643840ddd7a993..6079a94d6d134237e50ba839dea8f8370adc3420 100644 (file)
@@ -43,7 +43,6 @@ generic configuration Msp430Uart0C() {
   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 Msp430Usart0C() as UsartC;