From 80d2517b91d611d837d7b29e80b2056a6791e4ee Mon Sep 17 00:00:00 2001 From: edolomb Date: Thu, 22 Feb 2018 00:26:54 +0000 Subject: Uncommented default handler git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11537 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/SAMA/SAMA5D2x/aic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os') diff --git a/os/hal/ports/SAMA/SAMA5D2x/aic.c b/os/hal/ports/SAMA/SAMA5D2x/aic.c index 08ef03b9d..d961c58fd 100644 --- a/os/hal/ports/SAMA/SAMA5D2x/aic.c +++ b/os/hal/ports/SAMA/SAMA5D2x/aic.c @@ -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