Merge branch 'master' into sensors

This commit is contained in:
andreas 2024-11-23 20:59:45 +01:00
commit 874dcffba8
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ template<typename T>
if (c->isConnected()){ if (c->isConnected()){
//this retriggers the ISR //this retriggers the ISR
usb_serial_jtag_ll_ena_intr_mask(USB_SERIAL_JTAG_INTR_SERIAL_IN_EMPTY); usb_serial_jtag_ll_ena_intr_mask(USB_SERIAL_JTAG_INTR_SERIAL_IN_EMPTY);
usb_serial_jtag_ll_txfifo_flush();
} }
} }
return rt; return rt;