[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/eyesIFX eyesIFXSerialP.nc, 1.5, 1.6

akoepke andreaskoepke at users.sourceforge.net
Wed Mar 5 03:14:03 PST 2008


Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/eyesIFX
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2015

Modified Files:
	eyesIFXSerialP.nc 
Log Message:
baudrates revisited


Index: eyesIFXSerialP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/eyesIFX/eyesIFXSerialP.nc,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** eyesIFXSerialP.nc	5 Apr 2007 06:38:45 -0000	1.5
--- eyesIFXSerialP.nc	5 Mar 2008 11:14:00 -0000	1.6
***************
*** 6,11 ****
  implementation {
    enum {
!      // true mega hertz
!      UBR_1MHZ_57601=0x0011,  UMCTL_1MHZ_57601=0x52 // 57600 bit/s
    };			     
  
--- 6,10 ----
  implementation {
    enum {
!      UBR_1MHZ_57601=0x0011,  UMCTL_1MHZ_57601=0xAA // 57600 bit/s
    };			     
  



More information about the Tinyos-2-commits mailing list