add aic init

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10383 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
edolomb 2017-08-10 12:27:16 +00:00
parent d63dbb9e38
commit b4b855bd44
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ void hal_lld_init(void) {
#if defined(SAMA5_DMA_REQUIRED)
dmaInit();
#endif
aicInit();
}
/**