File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -380,7 +380,7 @@ size_t HWCDC::write(const uint8_t *buffer, size_t size)
380
380
to_send -= space;
381
381
so_far += space;
382
382
// Now trigger the ISR to read data from the ring buffer.
383
- usb_serial_jtag_ll_txfifo_flush ();
383
+ // usb_serial_jtag_ll_txfifo_flush();
384
384
if (connected) usb_serial_jtag_ll_ena_intr_mask (USB_SERIAL_JTAG_INTR_SERIAL_IN_EMPTY);
385
385
386
386
while (to_send){
@@ -396,7 +396,7 @@ size_t HWCDC::write(const uint8_t *buffer, size_t size)
396
396
so_far += space;
397
397
to_send -= space;
398
398
// Now trigger the ISR to read data from the ring buffer.
399
- usb_serial_jtag_ll_txfifo_flush ();
399
+ // usb_serial_jtag_ll_txfifo_flush();
400
400
if (connected) usb_serial_jtag_ll_ena_intr_mask (USB_SERIAL_JTAG_INTR_SERIAL_IN_EMPTY);
401
401
}
402
402
}
You can’t perform that action at this time.
0 commit comments