aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-08-17 14:51:05 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-08-17 14:51:05 +0000
commit9708b45e693dcfc3119360d555be3b382d2ba9fe (patch)
tree852f4fdcc1e10f9ffaf6cb09b3885a763f7e5198 /LUFA/Drivers
parentfc5fa769ef3389271547a2b3f452962996b69f50 (diff)
downloadlufa-9708b45e693dcfc3119360d555be3b382d2ba9fe.tar.gz
lufa-9708b45e693dcfc3119360d555be3b382d2ba9fe.tar.bz2
lufa-9708b45e693dcfc3119360d555be3b382d2ba9fe.zip
Minor documentation corrections.
Diffstat (limited to 'LUFA/Drivers')
-rw-r--r--LUFA/Drivers/Peripheral/AVR8/Serial_AVR8.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/LUFA/Drivers/Peripheral/AVR8/Serial_AVR8.h b/LUFA/Drivers/Peripheral/AVR8/Serial_AVR8.h
index 7f519d3ba..d8216cd24 100644
--- a/LUFA/Drivers/Peripheral/AVR8/Serial_AVR8.h
+++ b/LUFA/Drivers/Peripheral/AVR8/Serial_AVR8.h
@@ -169,8 +169,8 @@
* be used when the read data is processed byte-per-bye (via \c getc()) or when the user application will implement its own
* line buffering.
*
- * \param[in,out] Stream Pointer to a FILE structure where the created stream should be placed, if \c NULL stdio
- * and stdin will be configured to use the USART.
+ * \param[in,out] Stream Pointer to a FILE structure where the created stream should be placed, if \c NULL, \c stdout
+ * and \c stdin will be configured to use the USART.
*
* \pre The USART must first be configured via a call to \ref Serial_Init() before the stream is used.
*/
@@ -189,8 +189,8 @@
/** Identical to \ref Serial_CreateStream(), except that reads are blocking until the calling stream function terminates
* the transfer.
*
- * \param[in,out] Stream Pointer to a FILE structure where the created stream should be placed, if \c NULL stdio
- * and stdin will be configured to use the USART.
+ * \param[in,out] Stream Pointer to a FILE structure where the created stream should be placed, if \c NULL, \c stdout
+ * and \c stdin will be configured to use the USART.
*
* \pre The USART must first be configured via a call to \ref Serial_Init() before the stream is used.
*/