[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/mica2 hardware.h,
1.1.2.10, 1.1.2.11
David Gay
idgay at users.sourceforge.net
Mon May 1 12:20:54 PDT 2006
Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/mica2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18903/platforms/mica2
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/mica2/Attic/hardware.h,v
retrieving revision 1.1.2.10
retrieving revision 1.1.2.11
diff -C2 -d -r1.1.2.10 -r1.1.2.11
*** hardware.h 1 May 2006 16:44:24 -0000 1.1.2.10
--- hardware.h 1 May 2006 19:20:52 -0000 1.1.2.11
***************
*** 58,60 ****
--- 58,64 ----
#endif
+ enum {
+ PLATFORM_BAUDRATE = 57600L
+ };
+
#endif //HARDWARE_H
More information about the Tinyos-2-commits
mailing list