]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/olimexp169/PlatformSerialC.nc
PlatformUartC provides Resource; PlatformSerialC provides StdControl.
[tinyos-2.x.git] / tos / platforms / olimexp169 / PlatformSerialC.nc
index 58d28330083586e2ac7d263667ce1c91807d8fd2..1acf9fac9bccb2d62c83e91414dadca96be92562 100644 (file)
@@ -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;
 
 }