diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-05-06 11:32:55 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-05-06 11:32:55 +0000 |
commit | 9c8bd6ed9bdf4d6a5f428c5d6ff867cec858df3b (patch) | |
tree | a1291c87e36fb160c971ab835d546e963b80c7df /Bootloaders/CDC/Descriptors.c | |
parent | cde2afc50e25054a0ba21c4454e7101d7ac02a35 (diff) | |
download | lufa-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 'Bootloaders/CDC/Descriptors.c')
-rw-r--r-- | Bootloaders/CDC/Descriptors.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Bootloaders/CDC/Descriptors.c b/Bootloaders/CDC/Descriptors.c index fdaba8322..110c14bd9 100644 --- a/Bootloaders/CDC/Descriptors.c +++ b/Bootloaders/CDC/Descriptors.c @@ -110,14 +110,6 @@ USB_Descriptor_Configuration_t ConfigurationDescriptor = .Data = {0x10, 0x01}
},
- .CDC_Functional_CallManagement =
- {
- .Header = {.Size = sizeof(CDC_FUNCTIONAL_DESCRIPTOR(2)), .Type = 0x24},
- .SubType = 0x01,
-
- .Data = {0x03, 0x01}
- },
-
.CDC_Functional_AbstractControlManagement =
{
.Header = {.Size = sizeof(CDC_FUNCTIONAL_DESCRIPTOR(1)), .Type = 0x24},
|