[Tinyos-commits] CVS: tinyos-1.x/tos/platform/telosb TOSBoot.h, 1.5, 1.6

Jonathan Hui jwhui at users.sourceforge.net
Sun Jul 17 14:01:03 PDT 2005


Update of /cvsroot/tinyos/tinyos-1.x/tos/platform/telosb
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22303

Modified Files:
	TOSBoot.h 
Log Message:
- Specify rx queue size for deluge here since it is platform dependent.



Index: TOSBoot.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/platform/telosb/TOSBoot.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** TOSBoot.h	12 Jul 2005 20:09:29 -0000	1.5
--- TOSBoot.h	17 Jul 2005 21:01:00 -0000	1.6
***************
*** 47,49 ****
--- 47,53 ----
  } tosboot_args_t;
  
+ enum {
+   DELUGE_QSIZE = 1,
+ };
+ 
  #endif



More information about the Tinyos-commits mailing list