projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix TeensyHID bootloader for the largest AVRs - only the ATMEGA128x needs the alterna...
[pub/USBasp.git]
/
Projects
/
LEDNotifier
/
Descriptors.c
diff --git
a/Projects/LEDNotifier/Descriptors.c
b/Projects/LEDNotifier/Descriptors.c
index
367fea3
..
deef087
100644
(file)
--- a/
Projects/LEDNotifier/Descriptors.c
+++ b/
Projects/LEDNotifier/Descriptors.c
@@
-122,14
+122,6
@@
USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor =
.Data = {0x01, 0x10}
\r
},
\r
\r
.Data = {0x01, 0x10}
\r
},
\r
\r
- .CDC_Functional_CallManagement =
\r
- {
\r
- .Header = {.Size = sizeof(CDC_FUNCTIONAL_DESCRIPTOR(2)), .Type = 0x24},
\r
- .SubType = 0x01,
\r
-
\r
- .Data = {0x03, 0x01}
\r
- },
\r
-
\r
.CDC_Functional_AbstractControlManagement =
\r
{
\r
.Header = {.Size = sizeof(CDC_FUNCTIONAL_DESCRIPTOR(1)), .Type = 0x24},
\r
.CDC_Functional_AbstractControlManagement =
\r
{
\r
.Header = {.Size = sizeof(CDC_FUNCTIONAL_DESCRIPTOR(1)), .Type = 0x24},
\r