[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/rf230 RF230Config.nc, 1.3, 1.4

Miklos Maroti mmaroti at users.sourceforge.net
Fri Feb 20 08:12:48 PST 2009


Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/rf230
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25516

Modified Files:
	RF230Config.nc 
Log Message:
fix comment

Index: RF230Config.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/rf230/RF230Config.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** RF230Config.nc	29 Mar 2008 20:10:33 -0000	1.3
--- RF230Config.nc	20 Feb 2009 16:12:46 -0000	1.4
***************
*** 49,55 ****
  	 * Gets the number of bytes we should read before the RadioReceive.header
  	 * event is fired. If the length of the packet is less than this amount, 
! 	 * then that event is fired earlier. The last touch event is not signaled 
! 	 * for packets whose length is less than or equal to this header length.
! 	 * The header length must be at least 1.
  	 */
  	async command uint8_t getHeaderLength();
--- 49,53 ----
  	 * Gets the number of bytes we should read before the RadioReceive.header
  	 * event is fired. If the length of the packet is less than this amount, 
! 	 * then that event is fired earlier. The header length must be at least one.
  	 */
  	async command uint8_t getHeaderLength();



More information about the Tinyos-2-commits mailing list