X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fplatforms%2Folimexp169%2FPlatformSerialC.nc;h=1acf9fac9bccb2d62c83e91414dadca96be92562;hb=0eb562ef9d518dd35b5dd52c7afb7fef75ee1680;hp=58d28330083586e2ac7d263667ce1c91807d8fd2;hpb=7837df6e52e3cfedad2ea2d97711685682b28d63;p=tinyos-2.x.git diff --git a/tos/platforms/olimexp169/PlatformSerialC.nc b/tos/platforms/olimexp169/PlatformSerialC.nc index 58d28330..1acf9fac 100644 --- a/tos/platforms/olimexp169/PlatformSerialC.nc +++ b/tos/platforms/olimexp169/PlatformSerialC.nc @@ -9,13 +9,11 @@ configuration PlatformSerialC { implementation { - components new Msp430Uart0C() as UartC; + components PlatformUartC as UartC; UartStream = UartC; UartByte = UartC; components TelosSerialP; StdControl = TelosSerialP; - TelosSerialP.Msp430UartConfigure <- UartC.Msp430UartConfigure; - TelosSerialP.Resource -> UartC.Resource; }