[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/eyesIFX RadioDataLinkC.nc, 1.1.2.5, 1.1.2.6

Philipp Huppertz phihup at users.sourceforge.net
Wed Jun 7 12:54:55 PDT 2006


Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/eyesIFX
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11812/tos/platforms/eyesIFX

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	RadioDataLinkC.nc 
Log Message:
- should compile again...


Index: RadioDataLinkC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/eyesIFX/Attic/RadioDataLinkC.nc,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -C2 -d -r1.1.2.5 -r1.1.2.6
*** RadioDataLinkC.nc	31 May 2006 16:32:43 -0000	1.1.2.5
--- RadioDataLinkC.nc	7 Jun 2006 19:54:53 -0000	1.1.2.6
***************
*** 52,58 ****
          UartPhyC as UartPhy,                     //The UartPhy turns Bits into Bytes
          PacketSerializerP  as PacketSerializer,  //The PacketSerializer turns Bytes into Packets
!         //CsmaMacAckC as Mac,                      //The MAC protocol to use
          //SyncSampleMacC as Mac,
-         CsmaMacC as Mac,
          LinkLayerC as Llc;                       //The Link Layer Control module to use
      
--- 52,57 ----
          UartPhyC as UartPhy,                     //The UartPhy turns Bits into Bytes
          PacketSerializerP  as PacketSerializer,  //The PacketSerializer turns Bytes into Packets
!         CsmaMacC as Mac,                         //The MAC protocol to use
          //SyncSampleMacC as Mac,
          LinkLayerC as Llc;                       //The Link Layer Control module to use
      



More information about the Tinyos-2-commits mailing list