Fixed USB_Host_ClearPipeStall() incorrectly attempting to determine the endpoint's direction from the currently selected pipe.

This commit is contained in:
Dean Camera 2010-09-21 10:48:38 +00:00
parent ed7067e89f
commit 5faa79a7b5
3 changed files with 2 additions and 4 deletions

View file

@ -425,7 +425,7 @@
*
* \note After this routine returns, the control pipe will be selected.
*
* \param[in] EndpointIndex Index of the endpoint to clear.
* \param[in] EndpointIndex Index of the endpoint to clear, including the endpoint's direction.
*
* \return A value from the \ref USB_Host_SendControlErrorCodes_t enum to indicate the result.
*/