From f11cfe16baa43dec387b4f3639f6f4fda3bb1369 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 23 Jul 2010 15:14:26 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2085 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ports/GCC/ARMCMx/chcore_v7m.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/ports') diff --git a/os/ports/GCC/ARMCMx/chcore_v7m.h b/os/ports/GCC/ARMCMx/chcore_v7m.h index 1461a0745..8b52152bd 100644 --- a/os/ports/GCC/ARMCMx/chcore_v7m.h +++ b/os/ports/GCC/ARMCMx/chcore_v7m.h @@ -91,7 +91,7 @@ struct intctx { * @details This size depends on the idle thread implementation, usually * the idle thread should take no more space than those reserved * by @p INT_REQUIRED_STACK. - * @note In this port it is set to 4 because the idle thread does have + * @note In this port it is set to 8 because the idle thread does have * a stack frame when compiling without optimizations. You may * reduce this value to zero when compiling with optimizations. */ -- cgit v1.2.3