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

Vlado Handziski vlahan at users.sourceforge.net
Fri Oct 27 05:26:41 PDT 2006


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

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	BaudRate.java 
Log Message:
eyes->eyesIFX

Index: BaudRate.java
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/sdk/java/net/tinyos/packet/BaudRate.java,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -d -r1.1.2.2 -r1.1.2.3
*** BaudRate.java	13 Oct 2006 20:15:31 -0000	1.1.2.2
--- BaudRate.java	27 Oct 2006 12:26:39 -0000	1.1.2.3
***************
*** 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);
      }
--- 18,22 ----
  	Platform.add(Platform.x, "tmote",      115200);
  	Platform.add(Platform.x, "micaz",      57600);
! 	Platform.add(Platform.x, "eyesIFX",       57600);
  	Platform.add(Platform.x, "intelmote2", 115200);
      }



More information about the Tinyos-2-commits mailing list