From bde64666fbdda0a275344c0e5e5175f770be516d Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Mon, 8 Jun 2009 10:06:49 +0000 Subject: Finished CDC device class driver documentation. --- LUFA/Drivers/USB/Class/Device/HID.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LUFA/Drivers/USB/Class/Device/HID.h') diff --git a/LUFA/Drivers/USB/Class/Device/HID.h b/LUFA/Drivers/USB/Class/Device/HID.h index f863f811d..e812a39c7 100644 --- a/LUFA/Drivers/USB/Class/Device/HID.h +++ b/LUFA/Drivers/USB/Class/Device/HID.h @@ -115,7 +115,7 @@ uint8_t ReportINEndpointNumber; /**< Endpoint number of the HID interface's IN report endpoint */ uint16_t ReportINEndpointSize; /**< Size in bytes of the HID interface's IN report endpoint */ - uint8_t ReportINBufferSize; + uint8_t ReportINBufferSize; /**< Size of the largest possible report to send to the host, for buffer allocation purposes */ bool UsingReportProtocol; /**< Indicates if the HID interface is set to Boot or Report protocol mode */ uint16_t IdleCount; /**< Report idle period, in ms, set by the host */ -- cgit v1.2.3