Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
visus
/
teensy-core-4.1
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Document case in USB CDC code,
fixes
#467
teensy4-core
PaulStoffregen
hace 4 años
padre
bdc2c83fc3
commit
3e23a7d14a
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
+1
-0
teensy4/usb.c
+ 1
- 0
teensy4/usb.c
Ver fichero
@@ -555,6 +555,7 @@ static void endpoint0_setup(uint64_t setupdata)
usb_cdc3_line_rtsdtr = setup.wValue;
}
#endif
// fall through to next case, to always send ZLP ACK
case 0x2321: // CDC_SEND_BREAK
endpoint0_receive(NULL, 0, 0);
return;
Escribir
Vista previa
Cargando…
Cancelar
Guardar