1
0
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:
Kaspar Schleiser 2013-09-27 08:01:21 -07:00
commit 1a749a32ff

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