Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ArduinoCore-avr
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
ArduinoCore-avr
Commits
cc8daac4
Unverified
Commit
cc8daac4
authored
Sep 16, 2019
by
Alexander Entinger
Committed by
GitHub
Sep 16, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #92 from matthijskooijman/cdc-no-prototocol-at
Do not claim AT-protocol in CDC interface descriptor
parents
37189701
b237dcc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cores/arduino/CDC.cpp
cores/arduino/CDC.cpp
+1
-1
No files found.
cores/arduino/CDC.cpp
View file @
cc8daac4
...
...
@@ -41,7 +41,7 @@ static u8 wdtcsr_save;
extern
const
CDCDescriptor
_cdcInterface
PROGMEM
;
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
D_INTERFACE
(
CDC_ACM_INTERFACE
,
1
,
CDC_COMMUNICATION_INTERFACE_CLASS
,
CDC_ABSTRACT_CONTROL_MODEL
,
0
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment