cpu/nrf51822: raised default stack size
This commit is contained in:
parent
7fc721e277
commit
21dd39249f
@ -33,7 +33,7 @@ extern "C" {
|
||||
#define KERNEL_CONF_STACKSIZE_PRINTF (512)
|
||||
|
||||
#ifndef KERNEL_CONF_STACKSIZE_DEFAULT
|
||||
#define KERNEL_CONF_STACKSIZE_DEFAULT (512)
|
||||
#define KERNEL_CONF_STACKSIZE_DEFAULT (1024)
|
||||
#endif
|
||||
|
||||
#define KERNEL_CONF_STACKSIZE_IDLE (256)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user