Added aic header

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10399 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
edolomb 2017-08-11 14:28:35 +00:00
parent b2bd02f3df
commit 87188816b1
1 changed files with 2 additions and 0 deletions

View File

@ -452,6 +452,8 @@
/* Various helpers.*/ /* Various helpers.*/
#include "sama_pmc.h" #include "sama_pmc.h"
#include "aic.h"
/* #include "sama_xdmac.h" */
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {