projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add missing function parameter to the new HID_Host_SetIdlePeriod() function.
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
Class
/
Host
/
HID.h
diff --git
a/LUFA/Drivers/USB/Class/Host/HID.h
b/LUFA/Drivers/USB/Class/Host/HID.h
index
1c6c7d2
..
2f560eb
100644
(file)
--- a/
LUFA/Drivers/USB/Class/Host/HID.h
+++ b/
LUFA/Drivers/USB/Class/Host/HID.h
@@
-255,7
+255,8
@@
* at which the device should send a report, when no state changes have ocurred; i.e. on HID keyboards, this sets the
* hardware key repeat interval.
*
* at which the device should send a report, when no state changes have ocurred; i.e. on HID keyboards, this sets the
* hardware key repeat interval.
*
- * \param[in] MS Idle period as a multiple of four milliseconds, zero to disable hardware repeats
+ * \param[in,out] HIDInterfaceInfo Pointer to a structure containing a HID Class host configuration and state.
+ * \param[in] MS Idle period as a multiple of four milliseconds, zero to disable hardware repeats
*
* \return A value from the \ref USB_Host_SendControlErrorCodes_t enum.
*/
*
* \return A value from the \ref USB_Host_SendControlErrorCodes_t enum.
*/