aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/RNDISEthernet/Descriptors.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-05-06 11:32:55 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-05-06 11:32:55 +0000
commit9c8bd6ed9bdf4d6a5f428c5d6ff867cec858df3b (patch)
treea1291c87e36fb160c971ab835d546e963b80c7df /Demos/Device/ClassDriver/RNDISEthernet/Descriptors.h
parentcde2afc50e25054a0ba21c4454e7101d7ac02a35 (diff)
downloadlufa-9c8bd6ed9bdf4d6a5f428c5d6ff867cec858df3b.tar.gz
lufa-9c8bd6ed9bdf4d6a5f428c5d6ff867cec858df3b.tar.bz2
lufa-9c8bd6ed9bdf4d6a5f428c5d6ff867cec858df3b.zip
Remove incorrect Abstract Call Management class specific descriptor from the CDC demos, bootloaders and projects.
Diffstat (limited to 'Demos/Device/ClassDriver/RNDISEthernet/Descriptors.h')
-rw-r--r--Demos/Device/ClassDriver/RNDISEthernet/Descriptors.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Demos/Device/ClassDriver/RNDISEthernet/Descriptors.h b/Demos/Device/ClassDriver/RNDISEthernet/Descriptors.h
index a5e351725..6a6577646 100644
--- a/Demos/Device/ClassDriver/RNDISEthernet/Descriptors.h
+++ b/Demos/Device/ClassDriver/RNDISEthernet/Descriptors.h
@@ -68,7 +68,6 @@
USB_Descriptor_Configuration_Header_t Config;
USB_Descriptor_Interface_t CDC_CCI_Interface;
CDC_FUNCTIONAL_DESCRIPTOR(2) CDC_Functional_Header;
- CDC_FUNCTIONAL_DESCRIPTOR(2) CDC_Functional_CallManagement;
CDC_FUNCTIONAL_DESCRIPTOR(1) CDC_Functional_AbstractControlManagement;
CDC_FUNCTIONAL_DESCRIPTOR(2) CDC_Functional_Union;
USB_Descriptor_Endpoint_t CDC_ManagementEndpoint;