X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fplatforms%2FeyesIFX%2Fchips%2Fmsp430%2FMsp430Uart0C.nc;h=4b496f1cd235284fcb70e869ecaea9fe093b215f;hb=337d0b13acf569c2640b3ed7b7f5c7cec35d7ddd;hp=0cf129ccf2e1b1b9a5c4de4039cb3a0df9e75e1d;hpb=1a329382c4f4556fd52d85f4e3f4a67e54911682;p=tinyos-2.x.git diff --git a/tos/platforms/eyesIFX/chips/msp430/Msp430Uart0C.nc b/tos/platforms/eyesIFX/chips/msp430/Msp430Uart0C.nc index 0cf129cc..4b496f1c 100644 --- a/tos/platforms/eyesIFX/chips/msp430/Msp430Uart0C.nc +++ b/tos/platforms/eyesIFX/chips/msp430/Msp430Uart0C.nc @@ -40,10 +40,10 @@ 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;