]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/rf230/RF230Sniffer/RF230SnifferC.nc
rename IEEE154Packet components to avoid a clash with blip
[tinyos-2.x.git] / apps / tests / rf230 / RF230Sniffer / RF230SnifferC.nc
index 02b301ed210ffc94c2a187ff01c449f918978466..cf83fb44810c6fbdc789646b093c978f5289f994 100644 (file)
@@ -27,7 +27,7 @@ configuration RF230SnifferC
 
 implementation
 {
-       components RF230SnifferP, MainC, SerialActiveMessageC, RF230DriverLayerC, RF230ActiveMessageP, IEEE154PacketC, AssertC;
+       components RF230SnifferP, MainC, SerialActiveMessageC, RF230DriverLayerC, RF230ActiveMessageP, IEEE154Packet2C, AssertC;
        
        RF230SnifferP.Boot -> MainC;
        RF230SnifferP.SplitControl -> SerialActiveMessageC;
@@ -35,7 +35,7 @@ implementation
 
        RF230DriverLayerC.RF230DriverConfig -> RF230ActiveMessageP;
 
-       RF230ActiveMessageP.IEEE154Packet -> IEEE154PacketC;
+       RF230ActiveMessageP.IEEE154Packet2 -> IEEE154Packet2C;
 
        // just to avoid a timer compilation bug
        components new TimerMilliC();