diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-03-19 17:58:45 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-03-19 17:58:45 +0000 |
commit | 84cc66dce9b5c8d0cfee1dcb5126f66a60c3f226 (patch) | |
tree | 62048535cdd46515dea1ca72eea4f0028e1024e1 /os/ports/IAR | |
parent | 0653f7de9c9a1562a0a74b73510d26df563b2da3 (diff) | |
download | ChibiOS-84cc66dce9b5c8d0cfee1dcb5126f66a60c3f226.tar.gz ChibiOS-84cc66dce9b5c8d0cfee1dcb5126f66a60c3f226.tar.bz2 ChibiOS-84cc66dce9b5c8d0cfee1dcb5126f66a60c3f226.zip |
Fixed bugs 3226671 and 3226657.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2833 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/IAR')
-rw-r--r-- | os/ports/IAR/ARMCMx/chcore_v6m.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/ports/IAR/ARMCMx/chcore_v6m.h b/os/ports/IAR/ARMCMx/chcore_v6m.h index 9e8d27ef7..a2d5ef577 100644 --- a/os/ports/IAR/ARMCMx/chcore_v6m.h +++ b/os/ports/IAR/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
/**
|