Standardized the naming scheme given to configuration descriptor sub-elements in...
[pub/USBasp.git] / Projects / AVRISP-MKII / Descriptors.h
index 6a34b2b..ced4738 100644 (file)
@@ -56,9 +56,9 @@
                typedef struct\r
                {\r
                        USB_Descriptor_Configuration_Header_t    Config;\r
-                       USB_Descriptor_Interface_t               AVRISPInterface;\r
-                       USB_Descriptor_Endpoint_t                DataInEndpoint;\r
-                       USB_Descriptor_Endpoint_t                DataOutEndpoint;\r
+                       USB_Descriptor_Interface_t               AVRISP_Interface;\r
+                       USB_Descriptor_Endpoint_t                AVRISP_DataInEndpoint;\r
+                       USB_Descriptor_Endpoint_t                AVRISP_DataOutEndpoint;\r
                } USB_Descriptor_Configuration_t;\r
 \r
        /* Function Prototypes: */\r