Fixed GenericHIDHost demo report write routine incorrect for control type requests...
[pub/USBasp.git] / LUFA / Drivers / AT90USBXXX / Serial_Stream.h
index adde5b9..d5034bb 100644 (file)
  *  USART.\r
  **/\r
 \r
+/** \ingroup Group_SubsystemDrivers\r
+ *  @defgroup Group_SerialStream Serial Stream Driver - LUFA/Drivers/AT90USBXXX/Serial_Stream.h\r
+ *\r
+ *  Functions, macros, variables, enums and types related to the setup of a serial stream, so that standard printf and other\r
+ *  C stream functions can be used on the serial port.\r
+ *\r
+ *  @{\r
+ */\r
+\r
 #ifndef __SERIAL_STREAM_H__\r
 #define __SERIAL_STREAM_H__\r
 \r
@@ -80,3 +89,5 @@
                #endif\r
 \r
 #endif\r
+\r
+/** @} */\r