minimize stacksize of the idle thread

This commit is contained in:
Christian Mehlis 2013-09-25 15:51:11 +02:00
parent 4fb64f8e91
commit 8264a4aee1

View File

@ -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)
/** @} */
/**