aboutsummaryrefslogtreecommitdiff
path: root/Bootloaders/CDC/Descriptors.h
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-05-06 11:32:55 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-05-06 11:32:55 +0000
commitdf83d09d2a2a560c06990dfde17b090151611d82 (patch)
treea1291c87e36fb160c971ab835d546e963b80c7df /Bootloaders/CDC/Descriptors.h
parent84c36424c8fecc131bda9507226a48663f89501e (diff)
Remove incorrect Abstract Call Management class specific descriptor from the CDC demos, bootloaders and projects.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1241 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Bootloaders/CDC/Descriptors.h')
-rw-r--r--Bootloaders/CDC/Descriptors.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Bootloaders/CDC/Descriptors.h b/Bootloaders/CDC/Descriptors.h
index f1234774..faec0dda 100644
--- a/Bootloaders/CDC/Descriptors.h
+++ b/Bootloaders/CDC/Descriptors.h
@@ -131,7 +131,6 @@
USB_Descriptor_Configuration_Header_t Config;
USB_Descriptor_Interface_t CDC_CCI_Interface;
CDC_FUNCTIONAL_DESCRIPTOR(2) CDC_Functional_IntHeader;
- 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;