Seperate out the device demos and project's configuration descriptor structure defini...
[pub/USBasp.git] / Demos / Device / ClassDriver / Joystick / Descriptors.h
index e1967e6..cca19b0 100644 (file)
@@ -49,6 +49,8 @@
                typedef struct
                {
                        USB_Descriptor_Configuration_Header_t Config;
+
+                       // Joystick HID Interface
                        USB_Descriptor_Interface_t            HID_Interface;
                        USB_HID_Descriptor_HID_t              HID_JoystickHID;
                USB_Descriptor_Endpoint_t             HID_ReportINEndpoint;