From 3d64c337cb92683e21325df054da024732bd7199 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 23 May 2009 10:36:27 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@984 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/GNU-Linux-GCC/chcore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/GNU-Linux-GCC/chcore.h') diff --git a/demos/GNU-Linux-GCC/chcore.h b/demos/GNU-Linux-GCC/chcore.h index fca0a03ea..48a052513 100644 --- a/demos/GNU-Linux-GCC/chcore.h +++ b/demos/GNU-Linux-GCC/chcore.h @@ -106,7 +106,7 @@ struct context { * calculation of the correct working area size. */ #ifndef INT_REQUIRED_STACK -#define INT_REQUIRED_STACK 0x40000 +#define INT_REQUIRED_STACK 0x8000 #endif /** -- cgit v1.2.3