]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/eyesIFX/RadioDataLinkC.nc
uff -- resolved hardware race conditions (hopefully)
[tinyos-2.x.git] / tos / platforms / eyesIFX / RadioDataLinkC.nc
index fb47e88f6ec614e7c2ac5e79af93ffff51c4c2d2..dd90bfc2792f3cab9d467466eb25cf8be35d1484 100644 (file)
@@ -51,9 +51,9 @@ 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
+        // RedMacC as Mac,                         //The MAC protocol to use
         // SpeckMacDC as Mac,                         //The MAC protocol to use
-        // CsmaMacC 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