Commit 7d088042 authored by Rodrigo Garcia's avatar Rodrigo Garcia Committed by me-no-dev

Fixes ESP32-S2 CDC Debug Logging (#7284)

parent b87d5257
......@@ -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);
}
}
......
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