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
Use DMA_NUM_CHANNELS for index if allocation fails
teensy4-core
PaulStoffregen
hace 10 años
padre
8632eda964
commit
7f9688e5a3
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
+1
-1
teensy3/DMAChannel.cpp
+ 1
- 1
teensy3/DMAChannel.cpp
Ver fichero
@@ -17,7 +17,7 @@ void DMAChannel::init(void)
if (++ch >= DMA_NUM_CHANNELS) {
__enable_irq();
TCD = (TCD_t *)0;
channel =
16
;
channel =
DMA_NUM_CHANNELS
;
return; // no more channels available
// attempts to use this object will hardfault
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar