X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Fmsp430%2Fusart%2FMsp430Uart1C.nc;h=4829a4c58a0e6376a49a6278f14e1495397a5063;hb=337d0b13acf569c2640b3ed7b7f5c7cec35d7ddd;hp=4e1700821eab5882518d963f336453f9f8c3f641;hpb=1a329382c4f4556fd52d85f4e3f4a67e54911682;p=tinyos-2.x.git diff --git a/tos/chips/msp430/usart/Msp430Uart1C.nc b/tos/chips/msp430/usart/Msp430Uart1C.nc index 4e170082..4829a4c5 100644 --- a/tos/chips/msp430/usart/Msp430Uart1C.nc +++ b/tos/chips/msp430/usart/Msp430Uart1C.nc @@ -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;