Unverified Commit cc8daac4 authored by Alexander Entinger's avatar Alexander Entinger Committed by GitHub

Merge pull request #92 from matthijskooijman/cdc-no-prototocol-at

Do not claim AT-protocol in CDC interface descriptor
parents 37189701 b237dcc8
...@@ -41,7 +41,7 @@ static u8 wdtcsr_save; ...@@ -41,7 +41,7 @@ static u8 wdtcsr_save;
extern const CDCDescriptor _cdcInterface PROGMEM; extern const CDCDescriptor _cdcInterface PROGMEM;
const CDCDescriptor _cdcInterface = const CDCDescriptor _cdcInterface =
{ {
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),
// CDC communication interface // CDC communication interface
D_INTERFACE(CDC_ACM_INTERFACE,1,CDC_COMMUNICATION_INTERFACE_CLASS,CDC_ABSTRACT_CONTROL_MODEL,0), D_INTERFACE(CDC_ACM_INTERFACE,1,CDC_COMMUNICATION_INTERFACE_CLASS,CDC_ABSTRACT_CONTROL_MODEL,0),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment