mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 22:13:52 +01:00
tests: msg_send_receive: use correct stack sizes
This commit is contained in:
parent
9be2ea4285
commit
de74a64e8a
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user