minimize stacksize of the idle thread
This commit is contained in:
parent
4fb64f8e91
commit
8264a4aee1
@ -59,7 +59,7 @@ License. See the file LICENSE in the top level directory for more details.
|
|||||||
#define KERNEL_CONF_STACKSIZE_DEFAULT (512)
|
#define KERNEL_CONF_STACKSIZE_DEFAULT (512)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define KERNEL_CONF_STACKSIZE_IDLE (512)
|
#define KERNEL_CONF_STACKSIZE_IDLE (160)
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user