]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/rf230/RF230Test/RF230TestC.nc
rename everything to support the RF212
[tinyos-2.x.git] / apps / tests / rf230 / RF230Test / RF230TestC.nc
index 27463abf23659bfe72807e123abc09c3edeeda00..895e4f66f10d377eef41542954d58a20a51adfb2 100644 (file)
@@ -37,8 +37,8 @@ implementation
        RF230TestM.SplitControl -> SerialActiveMessageC;
        RF230TestM.Timer -> TimerMilliC;
 
-       components RF230LayerC, RF230ActiveMessageC;
+       components RF2xxDriverLayerC, RF2xxActiveMessageC;
 
-       RF230TestM.RadioState -> RF230LayerC;
-       RF230TestM.AMSend -> RF230ActiveMessageC;
+       RF230TestM.RadioState -> RF2xxDriverLayerC;
+       RF230TestM.AMSend -> RF2xxActiveMessageC;
 }