Unverified Commit edf5ecff authored by Rodrigo Garcia's avatar Rodrigo Garcia Committed by GitHub

Fixes ESP32-S2 CDC Debug Logging (#7284)

parent 9d0274b3
......@@ -79,7 +79,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