aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports
diff options
context:
space:
mode:
authoredolomb <none@example.com>2017-08-10 12:36:46 +0000
committeredolomb <none@example.com>2017-08-10 12:36:46 +0000
commitc8b1c0c45ed1dc43a9e1ad85e64734cbe5ccc504 (patch)
tree5d4e73f924a162d96d4c4ada7eac38c0161bbae4 /os/hal/ports
parentb4b855bd44517bf7ce0211c3d841f847162c2f0d (diff)
downloadChibiOS-c8b1c0c45ed1dc43a9e1ad85e64734cbe5ccc504.tar.gz
ChibiOS-c8b1c0c45ed1dc43a9e1ad85e64734cbe5ccc504.tar.bz2
ChibiOS-c8b1c0c45ed1dc43a9e1ad85e64734cbe5ccc504.zip
Added aicInit() function
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10384 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports')
-rw-r--r--os/hal/ports/SAMA/SAMA5D2x/hal_lld.c1
1 files changed, 1 insertions, 0 deletions
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();
}