[Tinyos-2-commits] CVS: tinyos-2.x/doc/html/tutorial lesson15.html,
1.2, 1.3
Kevin Klues
klueska at users.sourceforge.net
Sun Aug 19 23:28:28 PDT 2007
Update of /cvsroot/tinyos/tinyos-2.x/doc/html/tutorial
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26414/doc/html/tutorial
Modified Files:
lesson15.html
Log Message:
Formatting error
Index: lesson15.html
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/html/tutorial/lesson15.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** lesson15.html 20 Aug 2007 06:20:46 -0000 1.2
--- lesson15.html 20 Aug 2007 06:28:26 -0000 1.3
***************
*** 283,289 ****
<p>
Notice that the last line of output is cut short before being fully printed.
! If you actually read the line printed above it can see why. The buffer
! used to store TinyOS <code>printf</code> messages befor ethey are flushed
! is limited to a total of 250 bytes. If you try and print more characters then
this before flushing, then only the first 250 characters will actually be printed.
As of now, this buffer size is fixed and can't be changed. In the future we
--- 283,289 ----
<p>
Notice that the last line of output is cut short before being fully printed.
! If you actually read the line printed above it you can see why. The buffer
! used to store TinyOS <code>printf</code> messages before they are flushed
! is limited to a total of 250 bytes. If you try and print more characters than
this before flushing, then only the first 250 characters will actually be printed.
As of now, this buffer size is fixed and can't be changed. In the future we
More information about the Tinyos-2-commits
mailing list