]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/rf2xx/layers/IEEE154NetworkLayerC.nc
rename IEEE154Packet components to avoid a clash with blip
[tinyos-2.x.git] / tos / chips / rf2xx / layers / IEEE154NetworkLayerC.nc
index 2cfd690e83f16f365d5aaf36556b7dec28cd86ca..5069218d655a09bc278e0fdb9d1cac980fde7cea 100644 (file)
@@ -39,7 +39,7 @@ configuration IEEE154NetworkLayerC
 
 implementation
 {
-       components IEEE154NetworkLayerP, IEEE154PacketC;
+       components IEEE154NetworkLayerP, IEEE154Packet2C;
 
        SplitControl = SubControl;
 
@@ -49,5 +49,5 @@ implementation
        SubSend = IEEE154NetworkLayerP;
        SubReceive = IEEE154NetworkLayerP;
 
-       IEEE154NetworkLayerP.IEEE154Packet -> IEEE154PacketC;
+       IEEE154NetworkLayerP.IEEE154Packet2 -> IEEE154Packet2C;
 }