]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - doc/html/tutorial/lesson15.html
Update to pointers to previous and next lessons. Since lesson 14 doesn't really...
[tinyos-2.x.git] / doc / html / tutorial / lesson15.html
index ca97a581ee1f3278d7139014fa6b8462f0bdb56f..8938d23cb8a44e76982096a802927336c0942e17 100644 (file)
@@ -93,7 +93,7 @@
     <p>
     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.
+    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.
     </p>
@@ -282,9 +282,9 @@ event void PrintfFlush.flushDone(error_t error) {
 }</pre>
     <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
+    If you actually read the line printed above it you can see why.  The buffer
+    used to store TinyOS <code>printf</code> messages beforthey 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
     hope to allow developers to specify custom buffer sizes at the time that
@@ -353,8 +353,9 @@ Enjoy!!
 <hr>
 <center>
 <p>&lt;&nbsp;<b><a href="lesson13.html">Previous Lesson</a></b> |&nbsp; <b><a
- href="index.html">Top</a></b> &nbsp;|&nbsp; <b><a href="lesson16.html">Next Lesson </a>&nbsp;&gt;</b>
+ href="index.html">Top</a></b> &nbsp;|&nbsp;
 </center>
 
+
 </body>
 </html>