From 21dd39249fba5e1cf23f9ab9c43d699cf1a079b3 Mon Sep 17 00:00:00 2001 From: Hauke Petersen Date: Sat, 7 Feb 2015 13:22:18 +0100 Subject: [PATCH] cpu/nrf51822: raised default stack size --- cpu/nrf51822/include/cpu-conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/nrf51822/include/cpu-conf.h b/cpu/nrf51822/include/cpu-conf.h index 51cbd3bbbd..9e48988a5b 100644 --- a/cpu/nrf51822/include/cpu-conf.h +++ b/cpu/nrf51822/include/cpu-conf.h @@ -33,7 +33,7 @@ extern "C" { #define KERNEL_CONF_STACKSIZE_PRINTF (512) #ifndef KERNEL_CONF_STACKSIZE_DEFAULT -#define KERNEL_CONF_STACKSIZE_DEFAULT (512) +#define KERNEL_CONF_STACKSIZE_DEFAULT (1024) #endif #define KERNEL_CONF_STACKSIZE_IDLE (256)