]> 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 d9109daf410f6f3ad8605290bde28eaea3315c51..dd90bfc2792f3cab9d467466eb25cf8be35d1484 100644 (file)
@@ -52,9 +52,9 @@ implementation
         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
+        // 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
+        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