[Tinyos-commits] CVS: tinyos-1.x/tos/platform/telos
TOSBoot_platform.h, 1.1, 1.2
Jonathan Hui
jwhui at users.sourceforge.net
Thu Sep 1 15:02:33 PDT 2005
Update of /cvsroot/tinyos/tinyos-1.x/tos/platform/telos
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8826
Modified Files:
TOSBoot_platform.h
Log Message:
- Slow down adv rate a bit.
Index: TOSBoot_platform.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/platform/telos/TOSBoot_platform.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TOSBoot_platform.h 21 Jul 2005 19:14:14 -0000 1.1
--- TOSBoot_platform.h 1 Sep 2005 22:02:31 -0000 1.2
***************
*** 41,45 ****
enum {
! DELUGE_MIN_ADV_PERIOD_LOG2 = 8,
DELUGE_QSIZE = 2,
};
--- 41,45 ----
enum {
! DELUGE_MIN_ADV_PERIOD_LOG2 = 9,
DELUGE_QSIZE = 2,
};
More information about the Tinyos-commits
mailing list