projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
More endianness porting of the LUFA host mode class drivers.
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
Core
/
HostStandardReq.h
diff --git
a/LUFA/Drivers/USB/Core/HostStandardReq.h
b/LUFA/Drivers/USB/Core/HostStandardReq.h
index
b74aa3a
..
3358d27
100644
(file)
--- a/
LUFA/Drivers/USB/Core/HostStandardReq.h
+++ b/
LUFA/Drivers/USB/Core/HostStandardReq.h
@@
-162,11
+162,11
@@
*
* \ingroup Group_PipeControlReq
*
*
* \ingroup Group_PipeControlReq
*
- * \param[in] Endpoint
Index Index
of the endpoint to clear, including the endpoint's direction.
+ * \param[in] Endpoint
Address 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.
*/
*
* \return A value from the \ref USB_Host_SendControlErrorCodes_t enum to indicate the result.
*/
- uint8_t USB_Host_ClearPipeStall(const uint8_t Endpoint
Index
);
+ uint8_t USB_Host_ClearPipeStall(const uint8_t Endpoint
Address
);
/** Selects a given alternative setting for the specified interface, via a SET INTERFACE standard request to
* the attached device.
/** Selects a given alternative setting for the specified interface, via a SET INTERFACE standard request to
* the attached device.