Added dmaInit()
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10473 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
4d589173cb
commit
1b1d0ec6c2
|
@ -59,7 +59,7 @@
|
||||||
* @notapi
|
* @notapi
|
||||||
*/
|
*/
|
||||||
void hal_lld_init(void) {
|
void hal_lld_init(void) {
|
||||||
#if defined(SAMA5_DMA_REQUIRED)
|
#if defined(SAMA_DMA_REQUIRED)
|
||||||
dmaInit();
|
dmaInit();
|
||||||
#endif
|
#endif
|
||||||
/* Advanced interrupt controller init */
|
/* Advanced interrupt controller init */
|
||||||
|
|
Loading…
Reference in New Issue