From 84cc66dce9b5c8d0cfee1dcb5126f66a60c3f226 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 19 Mar 2011 17:58:45 +0000 Subject: Fixed bugs 3226671 and 3226657. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2833 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ports/RVCT/ARMCMx/chcore_v6m.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/ports/RVCT/ARMCMx') diff --git a/os/ports/RVCT/ARMCMx/chcore_v6m.h b/os/ports/RVCT/ARMCMx/chcore_v6m.h index 547ad9bf3..970fc3b8d 100644 --- a/os/ports/RVCT/ARMCMx/chcore_v6m.h +++ b/os/ports/RVCT/ARMCMx/chcore_v6m.h @@ -82,7 +82,7 @@ struct intctx { * reduce this value to zero when compiling with optimizations. */ #ifndef IDLE_THREAD_STACK_SIZE -#define IDLE_THREAD_STACK_SIZE 8 +#define IDLE_THREAD_STACK_SIZE 16 #endif /** -- cgit v1.2.3