Skip to content

Commit

Permalink
Increase IGR stack from 3KiB to 4KiB
Browse files Browse the repository at this point in the history
  • Loading branch information
rickgaiser committed Jan 9, 2021
1 parent b7d4f85 commit c0c359e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee_core/src/padhook.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ static int IGR_Thread_ID = -1;
static int IGR_Intc_ID = -1;

/* IGR thread stack & stack size */
#define IGR_STACK_SIZE (16 * 192)
#define IGR_STACK_SIZE (4 * 1024)
static u8 IGR_Stack[IGR_STACK_SIZE] __attribute__((aligned(16)));

/* Extern symbol */
Expand Down

0 comments on commit c0c359e

Please sign in to comment.