1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +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:
Kaspar Schleiser 2020-07-30 11:20:59 +02:00
parent 4f233cd7ea
commit 789f10e816

View File

@ -68,7 +68,7 @@ extern "C" {
#endif
#ifndef THREAD_STACKSIZE_DEFAULT
# define THREAD_STACKSIZE_DEFAULT (256)
# define THREAD_STACKSIZE_DEFAULT (384)
#endif
#ifndef THREAD_STACKSIZE_IDLE