Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
visus
/
teensy-cores
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Only auto-flush seremu when buffer contains partial packet
main
PaulStoffregen
hace 4 años
padre
0386e5d0e2
commit
2c9c826b17
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
+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();
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar