Reduce struct name pollution - group typedef struct names by class driver name where...
[pub/USBasp.git] / Demos / Device / ClassDriver / KeyboardMouse / Descriptors.h
index 514e8c0..94cdd3b 100644 (file)
                {\r
                        USB_Descriptor_Configuration_Header_t Config;\r
                        USB_Descriptor_Interface_t            KeyboardInterface;\r
-                       USB_Descriptor_HID_t                  KeyboardHID;\r
+                       USB_HID_Descriptor_t                  KeyboardHID;\r
                USB_Descriptor_Endpoint_t             KeyboardInEndpoint;\r
                        USB_Descriptor_Interface_t            MouseInterface;\r
-                       USB_Descriptor_HID_t                  MouseHID;\r
+                       USB_HID_Descriptor_t                  MouseHID;\r
                USB_Descriptor_Endpoint_t             MouseInEndpoint;\r
                } USB_Descriptor_Configuration_t;\r
                                        \r