]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/rf230/RF230Test/RF230TestC.nc
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / apps / tests / rf230 / RF230Test / RF230TestC.nc
index 27463abf23659bfe72807e123abc09c3edeeda00..3b03b67cbe5fa5284195eaa2608479933bcf7bcf 100644 (file)
@@ -37,8 +37,8 @@ implementation
        RF230TestM.SplitControl -> SerialActiveMessageC;
        RF230TestM.Timer -> TimerMilliC;
 
-       components RF230LayerC, RF230ActiveMessageC;
+       components RF230DriverLayerC, RF230ActiveMessageC;
 
-       RF230TestM.RadioState -> RF230LayerC;
+       RF230TestM.RadioState -> RF230DriverLayerC;
        RF230TestM.AMSend -> RF230ActiveMessageC;
 }