Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
visus
/
teensy-core-4.1
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Versions
0
Wiki
Activité
Parcourir la source
Use DMA_NUM_CHANNELS for index if allocation fails
teensy4-core
PaulStoffregen
il y a 10 ans
Parent
8632eda964
révision
7f9688e5a3
1 fichiers modifiés
avec
1 ajouts
et
1 suppressions
Vue séparée
Afficher les stats Diff
+1
-1
teensy3/DMAChannel.cpp
+ 1
- 1
teensy3/DMAChannel.cpp
Voir le fichier
@@ -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
}
Écrire
Aperçu
Chargement…
Annuler
Enregistrer