aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/usb/stm32f1/usb_descriptors.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmaple/usb/stm32f1/usb_descriptors.h')
-rw-r--r--libmaple/usb/stm32f1/usb_descriptors.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/libmaple/usb/stm32f1/usb_descriptors.h b/libmaple/usb/stm32f1/usb_descriptors.h
index 9bcb2b6..0732e73 100644
--- a/libmaple/usb/stm32f1/usb_descriptors.h
+++ b/libmaple/usb/stm32f1/usb_descriptors.h
@@ -123,19 +123,6 @@ typedef struct {
} __packed USB_Descriptor_Endpoint;
typedef struct {
- USB_Descriptor_Config_Header Config_Header;
- USB_Descriptor_Interface CCI_Interface;
- CDC_FUNCTIONAL_DESCRIPTOR(2) CDC_Functional_IntHeader;
- CDC_FUNCTIONAL_DESCRIPTOR(2) CDC_Functional_CallManagement;
- CDC_FUNCTIONAL_DESCRIPTOR(1) CDC_Functional_ACM;
- CDC_FUNCTIONAL_DESCRIPTOR(2) CDC_Functional_Union;
- USB_Descriptor_Endpoint ManagementEndpoint;
- USB_Descriptor_Interface DCI_Interface;
- USB_Descriptor_Endpoint DataOutEndpoint;
- USB_Descriptor_Endpoint DataInEndpoint;
-} __packed USB_Descriptor_Config;
-
-typedef struct {
uint8 bLength;
uint8 bDescriptorType;
uint16 bString[];