tests: userspace: Update the required stack size for mps2_an385
Increasing the stack size to 1024. Signed-off-by: Adithya Baglody <adithya.nagaraj.baglody@intel.com>
This commit is contained in:
parent
b64b9e7846
commit
a8f2675604
1 changed files with 1 additions and 1 deletions
|
@ -408,7 +408,7 @@ static void pass_noperms_object(void)
|
|||
|
||||
__kernel struct k_thread kthread_thread;
|
||||
|
||||
#define STACKSIZE 512
|
||||
#define STACKSIZE 1024
|
||||
K_THREAD_STACK_DEFINE(kthread_stack, STACKSIZE);
|
||||
|
||||
void thread_body(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue