From: klueska Date: Mon, 20 Aug 2007 06:28:26 +0000 (+0000) Subject: Formatting error X-Git-Tag: release_tinyos_2_1_0_0~794 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=d3bd2f62e8387e7306d8cd5f8701f2a71dc402d5 Formatting error --- diff --git a/doc/html/tutorial/lesson15.html b/doc/html/tutorial/lesson15.html index caed1a9d..08e6384d 100644 --- a/doc/html/tutorial/lesson15.html +++ b/doc/html/tutorial/lesson15.html @@ -282,9 +282,9 @@ event void PrintfFlush.flushDone(error_t error) { }

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 printf 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 printf 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 hope to allow developers to specify custom buffer sizes at the time that