We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b87d525 commit 7d08804Copy full SHA for 7d08804
cores/esp32/USBCDC.cpp
@@ -74,7 +74,7 @@ void tud_cdc_tx_complete_cb(uint8_t itf){
74
75
static void ARDUINO_ISR_ATTR cdc0_write_char(char c){
76
if(devices[0] != NULL){
77
- devices[0]->write(c);
+ tud_cdc_n_write_char(0, c);
78
}
79
80
0 commit comments