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-esp32
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-esp32
Commits
7d088042
Commit
7d088042
authored
Dec 20, 2023
by
Rodrigo Garcia
Committed by
me-no-dev
Dec 20, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes ESP32-S2 CDC Debug Logging (#7284)
parent
b87d5257
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cores/esp32/USBCDC.cpp
cores/esp32/USBCDC.cpp
+1
-1
No files found.
cores/esp32/USBCDC.cpp
View file @
7d088042
...
...
@@ -74,7 +74,7 @@ void tud_cdc_tx_complete_cb(uint8_t itf){
static
void
ARDUINO_ISR_ATTR
cdc0_write_char
(
char
c
){
if
(
devices
[
0
]
!=
NULL
){
devices
[
0
]
->
write
(
c
);
tud_cdc_n_write_char
(
0
,
c
);
}
}
...
...
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