diff options
author | edolomb <none@example.com> | 2017-08-11 14:28:35 +0000 |
---|---|---|
committer | edolomb <none@example.com> | 2017-08-11 14:28:35 +0000 |
commit | 87188816b1cf18231a82233c90bccfd5e681526d (patch) | |
tree | 0c34c135cb9c7277af45f914e4bbec555be4b7d8 | |
parent | b2bd02f3df7e59ea4e8618f3bcdb14cf860e797b (diff) | |
download | ChibiOS-87188816b1cf18231a82233c90bccfd5e681526d.tar.gz ChibiOS-87188816b1cf18231a82233c90bccfd5e681526d.tar.bz2 ChibiOS-87188816b1cf18231a82233c90bccfd5e681526d.zip |
Added aic header
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10399 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | os/hal/ports/SAMA/SAMA5D2x/hal_lld.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/os/hal/ports/SAMA/SAMA5D2x/hal_lld.h b/os/hal/ports/SAMA/SAMA5D2x/hal_lld.h index bab9e45a1..fb4891dba 100644 --- a/os/hal/ports/SAMA/SAMA5D2x/hal_lld.h +++ b/os/hal/ports/SAMA/SAMA5D2x/hal_lld.h @@ -452,6 +452,8 @@ /* Various helpers.*/
#include "sama_pmc.h"
+#include "aic.h"
+/* #include "sama_xdmac.h" */
#ifdef __cplusplus
extern "C" {
|