Added aicInit() function

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10384 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
edolomb 2017-08-10 12:36:46 +00:00
parent b4b855bd44
commit c8b1c0c45e
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
/* Advanced interrupt controller init */
aicInit();
}