Skip to content
Snippets Groups Projects
Commit de74a64e authored by Oleg Hahm's avatar Oleg Hahm
Browse files

tests: msg_send_receive: use correct stack sizes

parent 9be2ea42
No related branches found
No related tags found
No related merge requests found
......@@ -24,8 +24,8 @@
#include "cpu_conf.h"
#include "thread.h"
#define THREAD1_STACKSIZE (THREAD_EXTRA_STACKSIZE_PRINTF)
#define THREAD2_STACKSIZE (THREAD_EXTRA_STACKSIZE_PRINTF)
#define THREAD1_STACKSIZE (THREAD_STACKSIZE_MAIN)
#define THREAD2_STACKSIZE (THREAD_STACKSIZE_MAIN)
#ifndef TEST_EXECUTION_NUM
#define TEST_EXECUTION_NUM (10)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment