Skip to content

Commit cc8daac

Browse files
authored
Merge pull request #92 from matthijskooijman/cdc-no-prototocol-at
Do not claim AT-protocol in CDC interface descriptor
2 parents 3718970 + b237dcc commit cc8daac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cores/arduino/CDC.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ static u8 wdtcsr_save;
4141
extern const CDCDescriptor _cdcInterface PROGMEM;
4242
const CDCDescriptor _cdcInterface =
4343
{
44-
D_IAD(0,2,CDC_COMMUNICATION_INTERFACE_CLASS,CDC_ABSTRACT_CONTROL_MODEL,1),
44+
D_IAD(0,2,CDC_COMMUNICATION_INTERFACE_CLASS,CDC_ABSTRACT_CONTROL_MODEL,0),
4545

4646
// CDC communication interface
4747
D_INTERFACE(CDC_ACM_INTERFACE,1,CDC_COMMUNICATION_INTERFACE_CLASS,CDC_ABSTRACT_CONTROL_MODEL,0),

0 commit comments

Comments
 (0)