]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/msp430/usart/Msp430Uart1P.nc
Swapping HEAD and DEVEL branches
[tinyos-2.x.git] / tos / chips / msp430 / usart / Msp430Uart1P.nc
index 4c57206cc9440b99d7195c280ea850a67690e0ab..834feea7a1b225483e4ff11aa667c0113f638e87 100644 (file)
@@ -39,7 +39,6 @@ configuration Msp430Uart1P {
 
   provides interface Resource[ uint8_t id ];
   provides interface ResourceConfigure[uint8_t id ];
-  provides interface Msp430UartControl as UartControl[ uint8_t id ];
   provides interface UartStream;
   provides interface UartByte;
   
@@ -55,7 +54,6 @@ implementation {
   Resource = UartP.Resource;
   ResourceConfigure = UartP.ResourceConfigure;
   Msp430UartConfigure = UartP.Msp430UartConfigure;
-  UartControl = UartP.UartControl;
   UartStream = UartP.UartStream;
   UartByte = UartP.UartByte;
   UsartResource = UartP.UsartResource;