[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/printf printf.h, 1.11, 1.12

Razvan Musaloiu-E. razvanm at users.sourceforge.net
Mon Dec 29 15:49:33 PST 2008


Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/printf
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11466

Modified Files:
	printf.h 
Log Message:
Allow PRINTF_MSG_LENGTH to be overwritten by users.


Index: printf.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/printf/printf.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** printf.h	23 Jul 2008 01:46:43 -0000	1.11
--- printf.h	29 Dec 2008 23:49:31 -0000	1.12
***************
*** 52,56 ****
--- 52,58 ----
  int printfflush();
  
+ #ifndef PRINTF_MSG_LENGTH
  #define PRINTF_MSG_LENGTH	28
+ #endif
  typedef nx_struct printf_msg {
    nx_uint8_t buffer[PRINTF_MSG_LENGTH];



More information about the Tinyos-2-commits mailing list