mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-17 10:33:49 +01:00
cpu/msp430_common: increase THREAD_STACKSIZE_DEFAULT to 384
Both tests/pthread_tls and tests/prng_sha256prng fail without this, but other platforms run fine with their defaults. Lets consider the higher value a better default.
This commit is contained in:
parent
4f233cd7ea
commit
789f10e816
@ -68,7 +68,7 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef THREAD_STACKSIZE_DEFAULT
|
#ifndef THREAD_STACKSIZE_DEFAULT
|
||||||
# define THREAD_STACKSIZE_DEFAULT (256)
|
# define THREAD_STACKSIZE_DEFAULT (384)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef THREAD_STACKSIZE_IDLE
|
#ifndef THREAD_STACKSIZE_IDLE
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user