X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fplatforms%2FeyesIFX%2FRadioDataLinkC.nc;h=ae0a096b1ff76927a4be542ec6e740e83c904ece;hb=337d0b13acf569c2640b3ed7b7f5c7cec35d7ddd;hp=379a0fa05165334bf2a5c13eb79c5113cf083672;hpb=1a329382c4f4556fd52d85f4e3f4a67e54911682;p=tinyos-2.x.git diff --git a/tos/platforms/eyesIFX/RadioDataLinkC.nc b/tos/platforms/eyesIFX/RadioDataLinkC.nc index 379a0fa0..ae0a096b 100644 --- a/tos/platforms/eyesIFX/RadioDataLinkC.nc +++ b/tos/platforms/eyesIFX/RadioDataLinkC.nc @@ -51,8 +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 + + 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