*/\r
\r
/** \file\r
+ * \brief Standard avr-libc character stream driver for the USART.\r
*\r
* Serial stream driver for the USART subsystem on supported USB AVRs. This makes use of the functions in the\r
- * regular USART driver, but allows the avr-libc standard stream functions (printf, puts, etc.) to work with the\r
+ * regular USART driver (see \ref Group_Serial), but allows the avr-libc standard stream functions (printf,\r
+ * puts, etc.) to work with the\r
* USART.\r
- **/\r
+ */\r
\r
/** \ingroup Group_PeripheralDrivers\r
* @defgroup Group_SerialStream Serial Stream Driver - LUFA/Drivers/Peripheral/SerialStream.h\r
*\r
* \section Module Description\r
* Serial stream driver for the USART subsystem on supported USB AVRs. This makes use of the functions in the\r
- * regular USART driver, but allows the avr-libc standard stream functions (printf, puts, etc.) to work with the\r
+ * regular USART driver (see \ref Group_Serial), but allows the avr-libc standard stream functions (printf,\r
+ * puts, etc.) to work with the\r
* USART.\r
*\r
* @{\r
#include <avr/io.h>\r
#include <stdio.h>\r
\r
- #include "../../Common/Common.h" \r
-\r
#include "Serial.h"\r
\r
/* Enable C linkage for C++ Compilers: */\r