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.
_______________________________________________
AVR-libc-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/avr-libc-dev

Reply via email to