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:
parent
4f233cd7ea
commit
789f10e816
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user