This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
teensy-cores
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#7
from PaulStoffregen/master
resync
main
duff2013
10 years ago
parent
ca5fdc4347
32c20c97e0
commit
bc0ae6d62f
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
teensy3/DMAChannel.h
+ 1
- 1
teensy3/DMAChannel.h
View File
@@ -452,7 +452,7 @@ public:
if (mux[ch] == i) break;
}
if (ch >= DMA_NUM_CHANNELS) {
mux[channel] = i;
mux[channel] =
(
i
| DMAMUX_ENABLE)
;
return;
}
}
Write
Preview
Loading…
Cancel
Save