We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e611cf commit bada92bCopy full SHA for bada92b
cores/esp32/HWCDC.cpp
@@ -380,7 +380,7 @@ size_t HWCDC::write(const uint8_t *buffer, size_t size)
380
to_send -= space;
381
so_far += space;
382
// Now trigger the ISR to read data from the ring buffer.
383
- usb_serial_jtag_ll_txfifo_flush();
+// usb_serial_jtag_ll_txfifo_flush();
384
if(connected) usb_serial_jtag_ll_ena_intr_mask(USB_SERIAL_JTAG_INTR_SERIAL_IN_EMPTY);
385
386
while(to_send){
@@ -396,7 +396,7 @@ size_t HWCDC::write(const uint8_t *buffer, size_t size)
396
397
398
399
400
401
}
402
0 commit comments