Standardized the naming scheme given to configuration descriptor sub-elements in...
[pub/USBasp.git] / Projects / TemperatureDataLogger / Descriptors.h
index a0f03c3..6c238ac 100644 (file)
                typedef struct\r
                {\r
                        USB_Descriptor_Configuration_Header_t Config;\r
-                       USB_Descriptor_Interface_t            MSInterface;\r
-                       USB_Descriptor_Endpoint_t             MSDataInEndpoint;\r
-                       USB_Descriptor_Endpoint_t             MSDataOutEndpoint;\r
-                       USB_Descriptor_Interface_t            HIDInterface;\r
-                       USB_HID_Descriptor_t                  HIDInfo;\r
-                       USB_Descriptor_Endpoint_t             HIDDataInEndpoint;\r
+                       USB_Descriptor_Interface_t            MS_Interface;\r
+                       USB_Descriptor_Endpoint_t             MS_DataInEndpoint;\r
+                       USB_Descriptor_Endpoint_t             MS_DataOutEndpoint;\r
+                       USB_Descriptor_Interface_t            HID_Interface;\r
+                       USB_HID_Descriptor_t                  HID_GenericHID;\r
+                       USB_Descriptor_Endpoint_t             HID_ReportINEndpoint;\r
                } USB_Descriptor_Configuration_t;\r
                \r
        /* Function Prototypes: */\r