[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/cc2420/link PacketLinkP.nc, 1.1, 1.2

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


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

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


Index: PacketLinkP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/cc2420/link/PacketLinkP.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** PacketLinkP.nc	4 Jul 2007 00:37:15 -0000	1.1
--- PacketLinkP.nc	13 Sep 2007 23:10:16 -0000	1.2
***************
*** 164,169 ****
    }
  
!   command void *Send.getPayload(message_t* msg) {
!     return call SubSend.getPayload(msg);
    }
    
--- 164,169 ----
    }
  
!   command void *Send.getPayload(message_t* msg, uint8_t len) {
!     return call SubSend.getPayload(msg, len);
    }
    



More information about the Tinyos-2-commits mailing list