Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
visus
/
teensy-audio
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Remove leftover debugging print
dds
PaulStoffregen
hace 11 años
padre
961093ad10
commit
7763119ac1
Se han
modificado 1 ficheros
con
0 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
+0
-1
Audio.cpp
+ 0
- 1
Audio.cpp
Ver fichero
@@ -1682,7 +1682,6 @@ void AudioPlayMemory::update(void)
if (length > consumed) {
length -= consumed;
} else {
Serial.println("end");
playing = 0;
}
transmit(block);
Escribir
Vista previa
Cargando…
Cancelar
Guardar