From 04d9d4fb5f5c52a445fea4a2673813407f74ecbb Mon Sep 17 00:00:00 2001 From: isiora Date: Wed, 21 Feb 2018 23:47:54 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11535 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/SAMA/SAMA5D2x/aic.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os/hal/ports') diff --git a/os/hal/ports/SAMA/SAMA5D2x/aic.c b/os/hal/ports/SAMA/SAMA5D2x/aic.c index e207e579d..08ef03b9d 100644 --- a/os/hal/ports/SAMA/SAMA5D2x/aic.c +++ b/os/hal/ports/SAMA/SAMA5D2x/aic.c @@ -86,7 +86,7 @@ static OSAL_IRQ_HANDLER(aicSpuriousHandler) { OSAL_IRQ_PROLOGUE(); - (void)osalSysHalt("Spurious interrupt"); + osalSysHalt("Spurious interrupt"); OSAL_IRQ_EPILOGUE(); } @@ -132,7 +132,7 @@ void aicInit(void) { aic->AIC_SMR = AIC_SMR_SRCTYPE(INT_LEVEL_SENSITIVE); /* Default handler */ - aic->AIC_SVR = (uint32_t)aicUnexpectedHandler; +// aic->AIC_SVR = (uint32_t)aicUnexpectedHandler; } aicEnableWP(aic); } -- cgit v1.2.3