diff options
author | edolomb <none@example.com> | 2017-08-24 16:11:23 +0000 |
---|---|---|
committer | edolomb <none@example.com> | 2017-08-24 16:11:23 +0000 |
commit | a0c3d697a024c4cdc5a8e449fd865500d75336ad (patch) | |
tree | 0862bf713a7a90a48c464e690e3d51928df4dbcb /os/hal | |
parent | 84807bcb98e315038b0bc10a62d1518ad36879be (diff) | |
download | ChibiOS-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')
-rw-r--r-- | os/hal/ports/SAMA/SAMA5D2x/hal_lld.h | 2 |
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" {
|