mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +01:00
cpu/samd21: increase default stack size
Provide enough space to run `examples/default`.
This commit is contained in:
parent
db58a8b226
commit
d74f7425a5
@ -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