Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-pico
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
arduino-pico
Commits
c1cd0d87
Unverified
Commit
c1cd0d87
authored
Mar 23, 2021
by
Earle F. Philhower, III
Committed by
GitHub
Mar 23, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #9 from earlephilhower/tocdc
Use CDC class for the USB serial port
parents
f34dcac1
058e9e24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cores/rp2040/SerialUSB.cpp
cores/rp2040/SerialUSB.cpp
+1
-1
No files found.
cores/rp2040/SerialUSB.cpp
View file @
c1cd0d87
...
...
@@ -64,7 +64,7 @@ static const tusb_desc_device_t usbd_desc_device = {
.
bLength
=
sizeof
(
tusb_desc_device_t
),
.
bDescriptorType
=
TUSB_DESC_DEVICE
,
.
bcdUSB
=
0x0200
,
.
bDeviceClass
=
TUSB_CLASS_
MIS
C
,
.
bDeviceClass
=
TUSB_CLASS_
CD
C
,
.
bDeviceSubClass
=
MISC_SUBCLASS_COMMON
,
.
bDeviceProtocol
=
MISC_PROTOCOL_IAD
,
.
bMaxPacketSize0
=
CFG_TUD_ENDPOINT0_SIZE
,
...
...
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