Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Bootcamp-dma-serial
Fork of MODDMA by
Diff: SETUP.cpp
- Revision:
- 11:19009be5a0e7
- Parent:
- 8:cb4d323ce6fd
- Child:
- 12:1dfee7208043
--- a/SETUP.cpp Fri Mar 11 13:47:23 2011 +0000
+++ b/SETUP.cpp Sun Mar 13 12:46:55 2011 +0000
@@ -29,10 +29,6 @@
{
LPC_GPDMACH_TypeDef *pChannel = (LPC_GPDMACH_TypeDef *)Channel_p( config->channelNum() );
- if (LPC_GPDMA->DMACEnbldChns & EnbldChns_Ch( config->channelNum() )) {
- return 0;
- }
-
setups[config->channelNum() & 0x7] = config;
// Reset the Interrupt status
