X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fplatforms%2FeyesIFX%2FRadioDataLinkC.nc;h=fb47e88f6ec614e7c2ac5e79af93ffff51c4c2d2;hb=4ba4b94611387e857fa1249fe49340aeabe9670e;hp=d9109daf410f6f3ad8605290bde28eaea3315c51;hpb=e5533d4cc5eb80845d8e58456a03d2188abda869;p=tinyos-2.x.git diff --git a/tos/platforms/eyesIFX/RadioDataLinkC.nc b/tos/platforms/eyesIFX/RadioDataLinkC.nc index d9109daf..fb47e88f 100644 --- a/tos/platforms/eyesIFX/RadioDataLinkC.nc +++ b/tos/platforms/eyesIFX/RadioDataLinkC.nc @@ -51,10 +51,10 @@ implementation Tda5250RadioC as Radio, //The actual Tda5250 radio over which data is receives/transmitted Uart4b6bPhyC as UartPhy, //The UartPhy turns Bits into Bytes PacketSerializerP as PacketSerializer, //The PacketSerializer turns Bytes into Packets - // RedMacC as Mac, //The MAC protocol to use - CsmaMacC as Mac, //The MAC protocol to use - - LinkLayerC as Llc; //The Link Layer Control module to use + RedMacC as Mac, //The MAC protocol to use + // SpeckMacDC as Mac, //The MAC protocol to use + // CsmaMacC as Mac, //The MAC protocol to use + LinkLayerC as Llc; //The Link Layer Control module to use //Don't change wirings below this point, just change which components //They are compposed of in the list above