mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +01:00
Merge pull request #224 from mehlis/msba2-idle
minimize stacksize of the idle thread
This commit is contained in:
commit
1a749a32ff
@ -59,7 +59,7 @@ License. See the file LICENSE in the top level directory for more details.
|
||||
#define KERNEL_CONF_STACKSIZE_DEFAULT (512)
|
||||
#endif
|
||||
|
||||
#define KERNEL_CONF_STACKSIZE_IDLE (512)
|
||||
#define KERNEL_CONF_STACKSIZE_IDLE (160)
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user