aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports
diff options
context:
space:
mode:
authoredolomb <none@example.com>2017-08-24 16:11:23 +0000
committeredolomb <none@example.com>2017-08-24 16:11:23 +0000
commita0c3d697a024c4cdc5a8e449fd865500d75336ad (patch)
tree0862bf713a7a90a48c464e690e3d51928df4dbcb /os/hal/ports
parent84807bcb98e315038b0bc10a62d1518ad36879be (diff)
downloadChibiOS-a0c3d697a024c4cdc5a8e449fd865500d75336ad.tar.gz
ChibiOS-a0c3d697a024c4cdc5a8e449fd865500d75336ad.tar.bz2
ChibiOS-a0c3d697a024c4cdc5a8e449fd865500d75336ad.zip
Added sama_xdmac.h
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10475 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports')
-rw-r--r--os/hal/ports/SAMA/SAMA5D2x/hal_lld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/SAMA/SAMA5D2x/hal_lld.h b/os/hal/ports/SAMA/SAMA5D2x/hal_lld.h
index 7ca8b5e1b..feffa9422 100644
--- a/os/hal/ports/SAMA/SAMA5D2x/hal_lld.h
+++ b/os/hal/ports/SAMA/SAMA5D2x/hal_lld.h
@@ -469,7 +469,7 @@
/* Various helpers.*/
#include "sama_pmc.h"
#include "aic.h"
-/* #include "sama_xdmac.h" */
+#include "sama_xdmac.h"
#ifdef __cplusplus
extern "C" {