From c166dfc64ea10903a43a429709a92dc7ef9ee9dc Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 9 Sep 2010 13:05:57 +0000 Subject: Added class specific descriptor type defines with standard USB-IF element naming. --- Demos/Device/ClassDriver/Joystick/Descriptors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Demos/Device/ClassDriver/Joystick/Descriptors.h') diff --git a/Demos/Device/ClassDriver/Joystick/Descriptors.h b/Demos/Device/ClassDriver/Joystick/Descriptors.h index fe9939576..0d7d45660 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; -- cgit v1.2.3