aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Webserver/Descriptors.h
diff options
context:
space:
mode:
Diffstat (limited to 'Projects/Webserver/Descriptors.h')
-rw-r--r--Projects/Webserver/Descriptors.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Projects/Webserver/Descriptors.h b/Projects/Webserver/Descriptors.h
index dcaaddaf7..e249fc479 100644
--- a/Projects/Webserver/Descriptors.h
+++ b/Projects/Webserver/Descriptors.h
@@ -60,9 +60,9 @@
typedef struct
{
USB_Descriptor_Configuration_Header_t Config;
- USB_Descriptor_Interface_t Interface;
- USB_Descriptor_Endpoint_t DataInEndpoint;
- USB_Descriptor_Endpoint_t DataOutEndpoint;
+ USB_Descriptor_Interface_t MS_Interface;
+ USB_Descriptor_Endpoint_t MS_DataInEndpoint;
+ USB_Descriptor_Endpoint_t MS_DataOutEndpoint;
} USB_Descriptor_Configuration_t;
/* Function Prototypes: */