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:
parent
b4b855bd44
commit
c8b1c0c45e
|
@ -62,6 +62,7 @@ void hal_lld_init(void) {
|
||||||
#if defined(SAMA5_DMA_REQUIRED)
|
#if defined(SAMA5_DMA_REQUIRED)
|
||||||
dmaInit();
|
dmaInit();
|
||||||
#endif
|
#endif
|
||||||
|
/* Advanced interrupt controller init */
|
||||||
aicInit();
|
aicInit();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue