Skip to content

Commit eb7d2b6

Browse files
author
wayne ren
committed
example: bug fixes in kernel_secure example
1 parent 03882dc commit eb7d2b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example/freertos/kernel_secure/container_cfg.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ static CONTAINER_AC_TABLE g_main_container_act[] = {
3333
{(void *)0x100, 0x6, SECURESHIELD_AC_AUX},
3434
{(void *)0x75, 0x1, SECURESHIELD_AC_AUX},
3535
#endif
36+
{default_interrupt_handler, INTNO_SWI, SECURESHIELD_AC_IRQ},
3637
{default_interrupt_handler, INTNO_TIMER0, SECURESHIELD_AC_IRQ}
3738
};
3839

0 commit comments

Comments
 (0)