[Tinyos-commits] CVS: tinyos-1.x/tools/java/net/tinyos/message/telos TOSMsg.java, 1.1, 1.2

David Gay idgay at users.sourceforge.net
Fri Aug 18 14:01:42 PDT 2006


Update of /cvsroot/tinyos/tinyos-1.x/tools/java/net/tinyos/message/telos
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12261

Modified Files:
	TOSMsg.java 
Log Message:
fix offsetBits_data


Index: TOSMsg.java
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tools/java/net/tinyos/message/telos/TOSMsg.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TOSMsg.java	31 May 2004 10:30:27 -0000	1.1
--- TOSMsg.java	18 Aug 2006 21:01:38 -0000	1.2
***************
*** 109,113 ****
       */
      public static int offsetBits_data(int index1) {
!         int offset = 40;
  	// We remove the max bounds test to keep this method static
  	// (slight risk of overwriting crc, but we can live with that)
--- 109,113 ----
       */
      public static int offsetBits_data(int index1) {
!         int offset = 80;
  	// We remove the max bounds test to keep this method static
  	// (slight risk of overwriting crc, but we can live with that)



More information about the Tinyos-commits mailing list