Oops - typo in the updated TeensyHID bootloader code when compiled for the non Teensy...
[pub/USBasp.git] / Demos / Device / LowLevel / Mouse / Descriptors.h
index a8a3e36..f31fdd4 100644 (file)
@@ -68,9 +68,9 @@
                typedef struct\r
                {\r
                        USB_Descriptor_Configuration_Header_t Config;\r
-                       USB_Descriptor_Interface_t            Interface;\r
-                       USB_Descriptor_HID_t                  MouseHID;\r
-               USB_Descriptor_Endpoint_t             MouseEndpoint;\r
+                       USB_Descriptor_Interface_t            HID_Interface;\r
+                       USB_Descriptor_HID_t                  HID_MouseHID;\r
+               USB_Descriptor_Endpoint_t             HID_ReportINEndpoint;\r
                } USB_Descriptor_Configuration_t;\r
                                        \r
        /* Macros: */\r