From d3a4c33b16bbc8db277e6dbbfe61f4d431477e9e Mon Sep 17 00:00:00 2001 From: qqwang Date: Thu, 5 Aug 2021 18:00:33 +0800 Subject: [PATCH] [fix][interrupt] fix interrupt vector --- drivers/bl702_driver/startup/interrupt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/bl702_driver/startup/interrupt.c b/drivers/bl702_driver/startup/interrupt.c index 47ce596d..702ff7a5 100644 --- a/drivers/bl702_driver/startup/interrupt.c +++ b/drivers/bl702_driver/startup/interrupt.c @@ -103,7 +103,7 @@ const pFunc __Vectors[] __attribute__((section(".init"), aligned(64))) = { clic_mtimer_handler_Wrapper, /* 7 */ (pFunc)0x00000001, /* */ 0, /* */ - (pFunc)0x00000100, /* */ //disable log as default + (pFunc)0x00000102, /* */ //disable log as default clic_mext_handler_Wrapper, /* 11 */ clic_csoft_handler_Wrapper, /* 12 */ 0, /* */