aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/HostStandardReq.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-07-11 05:51:04 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-07-11 05:51:04 +0000
commit6c4f73679382693d4f2b2906d015b46565912e65 (patch)
treeeb07c90e4c43802998019427a419be800d99d7c1 /LUFA/Drivers/USB/Core/HostStandardReq.h
parent3309c00a99cca6d4a903aed9ecd092346b767ea0 (diff)
downloadlufa-6c4f73679382693d4f2b2906d015b46565912e65.tar.gz
lufa-6c4f73679382693d4f2b2906d015b46565912e65.tar.bz2
lufa-6c4f73679382693d4f2b2906d015b46565912e65.zip
Minor documentation and style fixes.
Diffstat (limited to 'LUFA/Drivers/USB/Core/HostStandardReq.h')
-rw-r--r--LUFA/Drivers/USB/Core/HostStandardReq.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/Drivers/USB/Core/HostStandardReq.h b/LUFA/Drivers/USB/Core/HostStandardReq.h
index b74aa3a3e..3358d2774 100644
--- a/LUFA/Drivers/USB/Core/HostStandardReq.h
+++ b/LUFA/Drivers/USB/Core/HostStandardReq.h
@@ -162,11 +162,11 @@
*
* \ingroup Group_PipeControlReq
*
- * \param[in] EndpointIndex Index of the endpoint to clear, including the endpoint's direction.
+ * \param[in] EndpointAddress Address 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.
*/
- uint8_t USB_Host_ClearPipeStall(const uint8_t EndpointIndex);
+ uint8_t USB_Host_ClearPipeStall(const uint8_t EndpointAddress);
/** Selects a given alternative setting for the specified interface, via a SET INTERFACE standard request to
* the attached device.