aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Host/HID.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-07-05 00:28:35 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-07-05 00:28:35 +0000
commit9ea22ebf4199b111b249309de2d0f0e8db5c6041 (patch)
treefd1ed3cdb5ae4e145259c3638918ef32465b8e7d /LUFA/Drivers/USB/Class/Host/HID.h
parent5b06886dab18711c33c884e8da81b66d0f3f1541 (diff)
downloadlufa-9ea22ebf4199b111b249309de2d0f0e8db5c6041.tar.gz
lufa-9ea22ebf4199b111b249309de2d0f0e8db5c6041.tar.bz2
lufa-9ea22ebf4199b111b249309de2d0f0e8db5c6041.zip
Fix HID_Host_SetIdlePeriod() function to send the correct request type to the device, remove reference to unavailable (and not needed) local variable.
Diffstat (limited to 'LUFA/Drivers/USB/Class/Host/HID.h')
-rw-r--r--LUFA/Drivers/USB/Class/Host/HID.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Drivers/USB/Class/Host/HID.h b/LUFA/Drivers/USB/Class/Host/HID.h
index b9d8f68d6..a0bef784a 100644
--- a/LUFA/Drivers/USB/Class/Host/HID.h
+++ b/LUFA/Drivers/USB/Class/Host/HID.h
@@ -261,7 +261,7 @@
* \return A value from the \ref USB_Host_SendControlErrorCodes_t enum.
*/
uint8_t HID_Host_SetIdlePeriod(USB_ClassInfo_HID_Host_t* const HIDInterfaceInfo,
- const uint16_t MS);
+ const uint16_t MS) ATTR_NON_NULL_PTR_ARG(1);
#if !defined(HID_HOST_BOOT_PROTOCOL_ONLY)
/** Switches the attached HID device's reporting protocol over to the standard Report protocol mode. This also retrieves