]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/rf230/RF230Test/RF230TestC.nc
rename RF230 specific files to conform the TEP naming conventions
[tinyos-2.x.git] / apps / tests / rf230 / RF230Test / RF230TestC.nc
index 9bdc578f555bcb740f90604d80aecf470b23a0c6..27463abf23659bfe72807e123abc09c3edeeda00 100644 (file)
@@ -37,8 +37,8 @@ implementation
        RF230TestM.SplitControl -> SerialActiveMessageC;
        RF230TestM.Timer -> TimerMilliC;
 
-       components RF230LayerC, DefaultMacC;
+       components RF230LayerC, RF230ActiveMessageC;
 
        RF230TestM.RadioState -> RF230LayerC;
-       RF230TestM.AMSend -> DefaultMacC;
+       RF230TestM.AMSend -> RF230ActiveMessageC;
 }