[Tinyos-2-commits] CVS: tinyos-2.x/support/sdk/java/net/tinyos/packet BaudRate.java, 1.1.2.1, 1.1.2.2

Vlado Handziski vlahan at users.sourceforge.net
Fri Oct 13 13:15:33 PDT 2006


Update of /cvsroot/tinyos/tinyos-2.x/support/sdk/java/net/tinyos/packet
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv24250/support/sdk/java/net/tinyos/packet

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	BaudRate.java 
Log Message:
Revert default baudrate for eyes to 57600

Index: BaudRate.java
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/sdk/java/net/tinyos/packet/BaudRate.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** BaudRate.java	16 Feb 2006 01:21:26 -0000	1.1.2.1
--- BaudRate.java	13 Oct 2006 20:15:31 -0000	1.1.2.2
***************
*** 18,22 ****
  	Platform.add(Platform.x, "tmote",      115200);
  	Platform.add(Platform.x, "micaz",      57600);
! 	Platform.add(Platform.x, "eyes",       115200);
  	Platform.add(Platform.x, "intelmote2", 115200);
      }
--- 18,22 ----
  	Platform.add(Platform.x, "tmote",      115200);
  	Platform.add(Platform.x, "micaz",      57600);
! 	Platform.add(Platform.x, "eyes",       57600);
  	Platform.add(Platform.x, "intelmote2", 115200);
      }



More information about the Tinyos-2-commits mailing list