We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3718970 + b237dcc commit cc8daacCopy full SHA for cc8daac
cores/arduino/CDC.cpp
@@ -41,7 +41,7 @@ static u8 wdtcsr_save;
41
extern const CDCDescriptor _cdcInterface PROGMEM;
42
const CDCDescriptor _cdcInterface =
43
{
44
- D_IAD(0,2,CDC_COMMUNICATION_INTERFACE_CLASS,CDC_ABSTRACT_CONTROL_MODEL,1),
+ D_IAD(0,2,CDC_COMMUNICATION_INTERFACE_CLASS,CDC_ABSTRACT_CONTROL_MODEL,0),
45
46
// CDC communication interface
47
D_INTERFACE(CDC_ACM_INTERFACE,1,CDC_COMMUNICATION_INTERFACE_CLASS,CDC_ABSTRACT_CONTROL_MODEL,0),
0 commit comments