Added new USB_Host_ClearPipeStall() convenience function to clear a stall condition...
[pub/USBasp.git] / LUFA / Drivers / USB / LowLevel / Pipe.h
index 62cbe65..82d9b69 100644 (file)
                                 *\r
                                 *  \return The current pipe token, as a PIPE_TOKEN_* mask\r
                                 */\r
-                               static inline uint8_t Pipe_GetCurrentToken(void);\r
+                               static inline uint8_t Pipe_GetPipeToken(void);\r
                                \r
                                /** Sets the token for the currently selected pipe to one of the tokens specified by the PIPE_TOKEN_*\r
                                 *  masks. This can be used on CONTROL type pipes, to allow for bidirectional transfer of data during\r