From ff6a79b86b00c5a8a5632f3d37cc07f4c2fbb878 Mon Sep 17 00:00:00 2001 From: zhugengyu Date: Wed, 21 Jul 2021 01:21:07 +0000 Subject: [PATCH 1/2] update bsp/common/interrupt.c. --- bsp/common/interrupt.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/bsp/common/interrupt.c b/bsp/common/interrupt.c index 3db1650ea..65bc81dbd 100644 --- a/bsp/common/interrupt.c +++ b/bsp/common/interrupt.c @@ -4,13 +4,7 @@ #include "interrupt.h" #include "sdkconfig.h" -#ifdef CONFIG_USE_GIC -#ifdef CONFIG_EBABLE_GICV3 #include "gicv3.h" -#else -#include "gic.h" -#endif -#endif #define MAX_HANDLERS 160 -- Gitee From 870d90d6147b63a95ba75123512f5995def1102e Mon Sep 17 00:00:00 2001 From: zhugengyu Date: Wed, 21 Jul 2021 01:21:25 +0000 Subject: [PATCH 2/2] update bsp/common/interrupt.c. --- bsp/common/interrupt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/bsp/common/interrupt.c b/bsp/common/interrupt.c index 65bc81dbd..919edffcf 100644 --- a/bsp/common/interrupt.c +++ b/bsp/common/interrupt.c @@ -3,7 +3,6 @@ #include #include "interrupt.h" #include "sdkconfig.h" - #include "gicv3.h" #define MAX_HANDLERS 160 -- Gitee