summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/target/arm/as3525/dma-pl081.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/firmware/target/arm/as3525/dma-pl081.c b/firmware/target/arm/as3525/dma-pl081.c
index b8c12257de..31291a93ab 100644
--- a/firmware/target/arm/as3525/dma-pl081.c
+++ b/firmware/target/arm/as3525/dma-pl081.c
@@ -19,12 +19,11 @@
19 * 19 *
20 ****************************************************************************/ 20 ****************************************************************************/
21 21
22#include <stdbool.h> 22#include "config.h"
23#include "as3525.h" 23#include "system.h"
24#include "pl081.h" 24#include "pl081.h"
25#include "dma-target.h" 25#include "dma-target.h"
26#include "panic.h" 26#include "panic.h"
27#include "config.h"
28 27
29static int dma_used = 0; 28static int dma_used = 0;
30static void (*dma_callback[2])(void); /* 2 channels */ 29static void (*dma_callback[2])(void); /* 2 channels */