Fixed incorrect comparison in the descriptor callback routine of the TeensyHID bootlo...
[pub/USBasp.git] / LUFA / Drivers / Peripheral / SerialStream.h
index e22dc42..85bdf90 100644 (file)
 */\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
@@ -44,7 +46,8 @@
  *\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
@@ -57,8 +60,6 @@
                #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