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