[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/micaz hardware.h,
1.1.2.9, 1.1.2.10
David Gay
idgay at users.sourceforge.net
Mon May 1 12:20:54 PDT 2006
Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/micaz
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18903/platforms/micaz
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
hardware.h
Log Message:
Use platform-specific constant for baudrate.
Index: hardware.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/micaz/Attic/hardware.h,v
retrieving revision 1.1.2.9
retrieving revision 1.1.2.10
diff -C2 -d -r1.1.2.9 -r1.1.2.10
*** hardware.h 1 May 2006 16:44:24 -0000 1.1.2.9
--- hardware.h 1 May 2006 19:20:52 -0000 1.1.2.10
***************
*** 56,58 ****
--- 56,62 ----
};
+ enum {
+ PLATFORM_BAUDRATE = 57600L
+ };
+
#endif //HARDWARE_H
More information about the Tinyos-2-commits
mailing list