[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


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
  



More information about the Tinyos-commits mailing list