[Tinyos-2-commits] CVS: tinyos-2.x/doc/html/tutorial lesson15.html,
1.1, 1.2
Kevin Klues
klueska at users.sourceforge.net
Sun Aug 19 23:20:48 PDT 2007
Update of /cvsroot/tinyos/tinyos-2.x/doc/html/tutorial
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv23439/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.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** lesson15.html 20 Aug 2007 06:15:14 -0000 1.1
--- lesson15.html 20 Aug 2007 06:20:46 -0000 1.2
***************
*** 94,98 ****
Currently, only a single buffer is used to store the strings supplied to
calls to <code>printf</code> before flushing them. This means that while
! the buffer is being flushed, any calls to <code>printf</printf> will fail.
In the future, we plan to implement a doubled buffer approach so that
strings can continue to be buffered at the same time they are being printed.
--- 94,98 ----
Currently, only a single buffer is used to store the strings supplied to
calls to <code>printf</code> before flushing them. This means that while
! the buffer is being flushed, any calls to <code>printf</code> will fail.
In the future, we plan to implement a doubled buffer approach so that
strings can continue to be buffered at the same time they are being printed.
More information about the Tinyos-2-commits
mailing list