diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-09-09 13:05:57 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-09-09 13:05:57 +0000 |
| commit | 6a47db306210628458c20e5f47f3efdd8e2711a8 (patch) | |
| tree | 94cd423adcc362137d3f1e178f29d5db0f537122 /Demos/Device/ClassDriver/Joystick/Descriptors.h | |
| parent | 4e918f621ac91ec4e555d41e70fca3b4cc536d11 (diff) | |
Added class specific descriptor type defines with standard USB-IF element naming.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1468 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Device/ClassDriver/Joystick/Descriptors.h')
| -rw-r--r-- | Demos/Device/ClassDriver/Joystick/Descriptors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/ClassDriver/Joystick/Descriptors.h b/Demos/Device/ClassDriver/Joystick/Descriptors.h index fe993957..0d7d4566 100644 --- a/Demos/Device/ClassDriver/Joystick/Descriptors.h +++ b/Demos/Device/ClassDriver/Joystick/Descriptors.h @@ -51,7 +51,7 @@ { USB_Descriptor_Configuration_Header_t Config; USB_Descriptor_Interface_t HID_Interface; - USB_HID_Descriptor_t HID_JoystickHID; + USB_HID_Descriptor_HID_t HID_JoystickHID; USB_Descriptor_Endpoint_t HID_ReportINEndpoint; } USB_Descriptor_Configuration_t; |
