]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/rf230/RF230Test/RF230TestC.nc
go back to RF230* names
[tinyos-2.x.git] / apps / tests / rf230 / RF230Test / RF230TestC.nc
index 895e4f66f10d377eef41542954d58a20a51adfb2..3b03b67cbe5fa5284195eaa2608479933bcf7bcf 100644 (file)
@@ -37,8 +37,8 @@ implementation
        RF230TestM.SplitControl -> SerialActiveMessageC;
        RF230TestM.Timer -> TimerMilliC;
 
-       components RF2xxDriverLayerC, RF2xxActiveMessageC;
+       components RF230DriverLayerC, RF230ActiveMessageC;
 
-       RF230TestM.RadioState -> RF2xxDriverLayerC;
-       RF230TestM.AMSend -> RF2xxActiveMessageC;
+       RF230TestM.RadioState -> RF230DriverLayerC;
+       RF230TestM.AMSend -> RF230ActiveMessageC;
 }