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:
Adithya Baglody 2018-04-12 14:38:45 +05:30 committed by Anas Nashif
commit a8f2675604

View file

@ -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)