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: FirstTest WaveSim IO-dma-memmem DACDMAfuncgenlib ... more
Diff: example1.cpp
- Revision:
- 7:347110c7aefc
- Parent:
- 6:40d38be4bb59
- Child:
- 8:cb4d323ce6fd
--- a/example1.cpp Tue Nov 23 21:34:21 2010 +0000
+++ b/example1.cpp Wed Nov 24 00:32:49 2010 +0000
@@ -45,7 +45,8 @@
dma.Setup(config);
//dma.Enable( MODDMA::Channel_0 );
- dma.Enable( config->channelNum() );
+ //dma.Enable( config->channelNum() );
+ dma.Enable( config );
while (1) {
led1 = !led1;