aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-01-03 03:48:40 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-01-03 03:48:40 +0000
commit58a39c6666cd9b085e402d5edc49d58fb759a9a3 (patch)
tree2a9e1015f8aa8cce034de6b3bd726492b36e70ac /LUFA/Drivers
parent7f9f97c792dee6875fbca9806422bdd7d6c5a657 (diff)
downloadlufa-58a39c6666cd9b085e402d5edc49d58fb759a9a3.tar.gz
lufa-58a39c6666cd9b085e402d5edc49d58fb759a9a3.tar.bz2
lufa-58a39c6666cd9b085e402d5edc49d58fb759a9a3.zip
Clean up MassStorageKeyboard demo.
Diffstat (limited to 'LUFA/Drivers')
-rw-r--r--LUFA/Drivers/USB/Class/Host/HIDParser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Drivers/USB/Class/Host/HIDParser.h b/LUFA/Drivers/USB/Class/Host/HIDParser.h
index c03f9f1c6..53601ec61 100644
--- a/LUFA/Drivers/USB/Class/Host/HIDParser.h
+++ b/LUFA/Drivers/USB/Class/Host/HIDParser.h
@@ -198,7 +198,7 @@
typedef struct
{
uint16_t BitOffset; /**< Bit offset in the IN, OUT or FEATURE report of the item. */
- uint8_t ItemType; /**< Report item type, a value in HID_Types_t. */
+ uint8_t ItemType; /**< Report item type, a value in HID_ReportItemTypes_t. */
uint16_t ItemFlags; /**< Item data flags, such as constant/variable, etc. */
uint8_t ReportID; /**< Report ID this item belongs to, or 0x00 if device has only one report */
HID_CollectionPath_t* CollectionPath; /**< Collection path of the item. */