aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/SAMA
diff options
context:
space:
mode:
authoredolomb <none@example.com>2017-08-24 16:09:10 +0000
committeredolomb <none@example.com>2017-08-24 16:09:10 +0000
commit1b1d0ec6c2f44f44c930a88de38ef5aba3d3f9ce (patch)
tree25b44ae0099928c55ed5e9128ddd3f4886c44345 /os/hal/ports/SAMA
parent4d589173cb24ef327de3f253a3ff164af1ab0e51 (diff)
downloadChibiOS-1b1d0ec6c2f44f44c930a88de38ef5aba3d3f9ce.tar.gz
ChibiOS-1b1d0ec6c2f44f44c930a88de38ef5aba3d3f9ce.tar.bz2
ChibiOS-1b1d0ec6c2f44f44c930a88de38ef5aba3d3f9ce.zip
Added dmaInit()
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10473 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/SAMA')
-rw-r--r--os/hal/ports/SAMA/SAMA5D2x/hal_lld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/SAMA/SAMA5D2x/hal_lld.c b/os/hal/ports/SAMA/SAMA5D2x/hal_lld.c
index 4e4e50b49..92a25bc0f 100644
--- a/os/hal/ports/SAMA/SAMA5D2x/hal_lld.c
+++ b/os/hal/ports/SAMA/SAMA5D2x/hal_lld.c
@@ -59,7 +59,7 @@
* @notapi
*/
void hal_lld_init(void) {
-#if defined(SAMA5_DMA_REQUIRED)
+#if defined(SAMA_DMA_REQUIRED)
dmaInit();
#endif
/* Advanced interrupt controller init */