From 57dc520af98ea1d3024e46ff9f154618ddcdad3f Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Mon, 25 Oct 2010 15:31:02 +0200 Subject: [PATCH] * change default lpc2387 stacksize to 4500 bytes --- 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 dd0a216d01..fd9ecb10b2 100644 --- a/cpu/lpc2387/include/cpu-conf.h +++ b/cpu/lpc2387/include/cpu-conf.h @@ -68,7 +68,7 @@ and the mailinglist (subscription via web site) * @{ */ #ifndef KERNEL_CONF_STACKSIZE_DEFAULT -#define KERNEL_CONF_STACKSIZE_DEFAULT 2500 +#define KERNEL_CONF_STACKSIZE_DEFAULT 4500 #endif #define KERNEL_CONF_STACKSIZE_IDLE 500