[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/tda5250/mac CsmaMacP.nc, 1.11, 1.12

Phil Levis scipio at users.sourceforge.net
Thu Sep 13 16:10:49 PDT 2007


Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/tda5250/mac
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27056/tos/chips/tda5250/mac

Modified Files:
	CsmaMacP.nc 
Log Message:
The big interface switchover for Packet, Send, Receive, and AMSend.


Index: CsmaMacP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/tda5250/mac/CsmaMacP.nc,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** CsmaMacP.nc	29 Aug 2007 15:58:40 -0000	1.11
--- CsmaMacP.nc	13 Sep 2007 23:10:16 -0000	1.12
***************
*** 563,567 ****
      }
      
!     command void* Packet.getPayload(message_t* msg, uint8_t* len) {
          return call SubPacket.getPayload(msg, len);
      }
--- 563,567 ----
      }
      
!     command void* Packet.getPayload(message_t* msg, uint8_t len) {
          return call SubPacket.getPayload(msg, len);
      }



More information about the Tinyos-2-commits mailing list