From c8b1c0c45ed1dc43a9e1ad85e64734cbe5ccc504 Mon Sep 17 00:00:00 2001 From: edolomb Date: Thu, 10 Aug 2017 12:36:46 +0000 Subject: Added aicInit() function git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10384 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/SAMA/SAMA5D2x/hal_lld.c | 1 + 1 file changed, 1 insertion(+) (limited to 'os/hal') diff --git a/os/hal/ports/SAMA/SAMA5D2x/hal_lld.c b/os/hal/ports/SAMA/SAMA5D2x/hal_lld.c index ed647aecb..e71e082ed 100644 --- a/os/hal/ports/SAMA/SAMA5D2x/hal_lld.c +++ b/os/hal/ports/SAMA/SAMA5D2x/hal_lld.c @@ -62,6 +62,7 @@ void hal_lld_init(void) { #if defined(SAMA5_DMA_REQUIRED) dmaInit(); #endif + /* Advanced interrupt controller init */ aicInit(); } -- cgit v1.2.3