aboutsummaryrefslogtreecommitdiffstats
path: root/demos/GNU-Linux-GCC/chcore.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-05-23 10:36:27 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-05-23 10:36:27 +0000
commit3d64c337cb92683e21325df054da024732bd7199 (patch)
treeb45d3a8110ad5896018ddbd82cf3304249e6617c /demos/GNU-Linux-GCC/chcore.h
parent957da89e719258a6cbb4b7c655baeef976d28cb9 (diff)
downloadChibiOS-3d64c337cb92683e21325df054da024732bd7199.tar.gz
ChibiOS-3d64c337cb92683e21325df054da024732bd7199.tar.bz2
ChibiOS-3d64c337cb92683e21325df054da024732bd7199.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@984 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/GNU-Linux-GCC/chcore.h')
-rw-r--r--demos/GNU-Linux-GCC/chcore.h2
1 files changed, 1 insertions, 1 deletions
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
/**