]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/rf2xx/rf230/RF230PacketC.nc
rename IEEE154Packet components to avoid a clash with blip
[tinyos-2.x.git] / tos / chips / rf2xx / rf230 / RF230PacketC.nc
index 9d09b3140aace298a10c3a521d13e2080c8fdc68..23115e83f27b9440122fcbc648e776580c23c59c 100644 (file)
@@ -41,14 +41,14 @@ configuration RF230PacketC
 
 implementation
 {
-       components RF230PacketP, IEEE154PacketC, LocalTimeMicroC, LocalTimeMilliC;
+       components RF230PacketP, IEEE154Packet2C, LocalTimeMicroC, LocalTimeMilliC;
 
-       RF230PacketP.IEEE154Packet -> IEEE154PacketC;
+       RF230PacketP.IEEE154Packet2 -> IEEE154Packet2C;
        RF230PacketP.LocalTimeRadio -> LocalTimeMicroC;
        RF230PacketP.LocalTimeMilli -> LocalTimeMilliC;
 
        Packet = RF230PacketP;
-       AMPacket = IEEE154PacketC;
+       AMPacket = IEEE154Packet2C;
 
        PacketAcknowledgements  = RF230PacketP;
        PacketLinkQuality       = RF230PacketP.PacketLinkQuality;