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
Fix DMAChannel.triggerContinuously()
teensy4-core
PaulStoffregen
hace 10 años
padre
3b5dc896f7
commit
32c20c97e0
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
+1
-1
teensy3/DMAChannel.h
+ 1
- 1
teensy3/DMAChannel.h
Ver fichero
@@ -452,7 +452,7 @@ public:
if (mux[ch] == i) break;
}
if (ch >= DMA_NUM_CHANNELS) {
mux[channel] = i;
mux[channel] =
(
i
| DMAMUX_ENABLE)
;
return;
}
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar