[Tinyos-commits] CVS: tinyos-1.x/tos/lib/TinyDB CompileDefines.h,
1.22, 1.23
Sam Madden
smadden at users.sourceforge.net
Sun Aug 14 12:37:33 PDT 2005
- Previous message: [Tinyos-commits] CVS: tinyos-1.x/tos/lib/TinyDB QueryHandlerM.nc,
1.1.2.1, 1.1.2.2 QueryProcessor.nc, 1.5.8.1,
1.5.8.2 TupleRouterM.nc, 1.49.2.1, 1.49.2.2
- Next message: [Tinyos-commits]
CVS: tinyos-1.x/tos/lib/TinyDB TupleRouter.nc, 1.27,
1.28 TupleRouterM.nc, 1.58, 1.59
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-1.x/tos/lib/TinyDB
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10361
Modified Files:
CompileDefines.h
Log Message:
disable watchdog by default, because it is not fully compatible with sample rates < 2S (motes reset after 20-40 epochs.)
Index: CompileDefines.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/lib/TinyDB/CompileDefines.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** CompileDefines.h 15 Apr 2004 21:33:11 -0000 1.22
--- CompileDefines.h 14 Aug 2005 19:37:31 -0000 1.23
***************
*** 120,125 ****
#ifndef PLATFORM_PC
! #define USE_WATCHDOG
! //#define LOG_TUPLES
#endif
--- 120,125 ----
#ifndef PLATFORM_PC
! #undef USE_WATCHDOG
! #define LOG_TUPLES
#endif
- Previous message: [Tinyos-commits] CVS: tinyos-1.x/tos/lib/TinyDB QueryHandlerM.nc,
1.1.2.1, 1.1.2.2 QueryProcessor.nc, 1.5.8.1,
1.5.8.2 TupleRouterM.nc, 1.49.2.1, 1.49.2.2
- Next message: [Tinyos-commits]
CVS: tinyos-1.x/tos/lib/TinyDB TupleRouter.nc, 1.27,
1.28 TupleRouterM.nc, 1.58, 1.59
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-commits
mailing list