Explorar el Código

Only auto-flush seremu when buffer contains partial packet

main
PaulStoffregen hace 4 años
padre
commit
2c9c826b17
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      teensy4/usb_seremu.c

+ 1
- 0
teensy4/usb_seremu.c Ver fichero

@@ -312,6 +312,7 @@ void usb_seremu_flush_output(void)
static void usb_seremu_flush_callback(void)
{
if (tx_noautoflush) return;
if (tx_available == 0 || tx_available >= SEREMU_TX_SIZE) return;
tx_zero_pad();
tx_queue_transfer();
}

Cargando…
Cancelar
Guardar