Endpoint_ResetFIFO() renamed to Endpoint_ResetEndpoint(), to be consistent with the...
[pub/USBasp.git] / LUFA / Drivers / USB / Core / PipeStream.h
index 86c544e..c579631 100644 (file)
 */\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
@@ -40,6 +38,7 @@
 \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
@@ -52,6 +51,7 @@
 \r
        /* Includes: */\r
                #include "../../../Common/Common.h"\r
+               #include "USBMode.h"            \r
                #include "USBTask.h"\r
                \r
        /* Enable C linkage for C++ Compilers: */\r