*/\r
\r
/** \file\r
- * \brief USB host pipe stream function definitions.\r
- *\r
- * This file contains structures, function prototypes and macros related to the sending and receiving of\r
- * arbitrary data streams through the device's data pipes when the library is initialized in USB host mode.\r
+ * \brief Pipe data stream transmission and reception management.\r
+ * \copydetails Group_PipeStreamRW\r
*\r
* \note This file should not be included directly. It is automatically included as needed by the USB driver\r
* dispatch header located in LUFA/Drivers/USB/USB.h.\r
\r
/** \ingroup Group_PipeRW \r
* \defgroup Group_PipeStreamRW Read/Write of Multi-Byte Streams\r
+ * \brief Pipe data stream transmission and reception management.\r
*\r
* Functions, macros, variables, enums and types related to data reading and writing of data streams from\r
* and to pipes.\r
\r
/* Includes: */\r
#include "../../../Common/Common.h"\r
+ #include "USBMode.h" \r
#include "USBTask.h"\r
\r
/* Enable C linkage for C++ Compilers: */\r