From 8264a4aee1cf56c12f5524e91ecfafffb48e8682 Mon Sep 17 00:00:00 2001 From: Christian Mehlis Date: Wed, 25 Sep 2013 15:51:11 +0200 Subject: [PATCH] minimize stacksize of the idle thread --- cpu/lpc2387/include/cpu-conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/lpc2387/include/cpu-conf.h b/cpu/lpc2387/include/cpu-conf.h index 6071fcf658..9ae31d4658 100644 --- a/cpu/lpc2387/include/cpu-conf.h +++ b/cpu/lpc2387/include/cpu-conf.h @@ -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) /** @} */ /**