aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/XPLAINBridge/AVRISPDescriptors.h
diff options
context:
space:
mode:
Diffstat (limited to 'Projects/XPLAINBridge/AVRISPDescriptors.h')
-rw-r--r--Projects/XPLAINBridge/AVRISPDescriptors.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Projects/XPLAINBridge/AVRISPDescriptors.h b/Projects/XPLAINBridge/AVRISPDescriptors.h
index dfd5315eb..7287ce639 100644
--- a/Projects/XPLAINBridge/AVRISPDescriptors.h
+++ b/Projects/XPLAINBridge/AVRISPDescriptors.h
@@ -56,9 +56,9 @@
typedef struct
{
USB_Descriptor_Configuration_Header_t Config;
- USB_Descriptor_Interface_t AVRISPInterface;
- USB_Descriptor_Endpoint_t DataInEndpoint;
- USB_Descriptor_Endpoint_t DataOutEndpoint;
+ USB_Descriptor_Interface_t AVRISP_Interface;
+ USB_Descriptor_Endpoint_t AVRISP_DataInEndpoint;
+ USB_Descriptor_Endpoint_t AVRISP_DataOutEndpoint;
} AVRISP_USB_Descriptor_Configuration_t;
/* Function Prototypes: */