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.
Revision 1:9421d79fb372, committed 2015-03-09
- Comitter:
- steniu01
- Date:
- Mon Mar 09 21:47:24 2015 +0000
- Parent:
- 0:8e50c5fd42f6
- Commit message:
- improved the coding style
Changed in this revision
| dma_api.c | Show annotated file Show diff for this revision Revisions of this file |
--- a/dma_api.c Mon Mar 09 21:29:27 2015 +0000
+++ b/dma_api.c Mon Mar 09 21:47:24 2015 +0000
@@ -490,7 +490,7 @@
{
assert(channel <= _channel_num && channel >= 0);
assert(status == ERR || status == FINISH);
-
+
if (status == ERR)
dma_irq_error[channel] = ptr;
else if (status == FINISH)