[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/Deluge Crc.nc, 1.1, 1.2

John Regehr regehr at users.sourceforge.net
Tue Jun 3 21:32:44 PDT 2008


Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/net/Deluge
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11524

Modified Files:
	Crc.nc 
Log Message:
safe tinyos annotations

Index: Crc.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/net/Deluge/Crc.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Crc.nc	22 May 2007 20:34:22 -0000	1.1
--- Crc.nc	4 Jun 2008 04:32:42 -0000	1.2
***************
*** 26,29 ****
  interface Crc
  {
!   command uint16_t crc16(void* buf, uint8_t len);
  }
--- 26,29 ----
  interface Crc
  {
!   command uint16_t crc16(void* COUNT(len) buf, uint8_t len);
  }



More information about the Tinyos-2-commits mailing list