X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=tos%2Fplatforms%2Folimexp169%2FPlatformSerialC.nc;h=1acf9fac9bccb2d62c83e91414dadca96be92562;hp=58d28330083586e2ac7d263667ce1c91807d8fd2;hb=40caf9c26fdd0bf045b7ce19148b9ba6e1a78b36;hpb=245d1ab65b4b068764b60fefdc7f1978851f1e7c 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; }