We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d2cb69 commit 5000939Copy full SHA for 5000939
cores/esp32/HWCDC.cpp
@@ -372,7 +372,7 @@ size_t HWCDC::write(const uint8_t *buffer, size_t size)
372
so_far += max_size;
373
to_send -= max_size;
374
// Now trigger the ISR to read data from the ring buffer.
375
- usb_serial_jtag_ll_txfifo_flush(); // flushes HW Serial CDC and sets IN_EMPTY when Host reads data
+ usb_serial_jtag_ll_txfifo_flush();
376
if(isConnected) usb_serial_jtag_ll_ena_intr_mask(USB_SERIAL_JTAG_INTR_SERIAL_IN_EMPTY);
377
}
378
0 commit comments