avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-libc-dev] Small correction to libc documentation.


From: Flemming Steffensen (sent by Nabble.com)
Subject: [avr-libc-dev] Small correction to libc documentation.
Date: Wed, 18 Jan 2006 07:03:30 -0800 (PST)

Looking at the 1.4.2 pdf documentation.
In section 5.18 ( : Standard IO facilitiessection), the following string 
occours a few times:

   uart_putchar(’\r’);

It should be replaced by:

   uart_putchar('\r', stream);

-- 
Flemming
--
View this message in context: 
http://www.nabble.com/Small-correction-to-libc-documentation.-t945147.html#a2448369
Sent from the AVR - Libc - Dev forum at Nabble.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]