aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-07-23 15:14:26 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-07-23 15:14:26 +0000
commitf11cfe16baa43dec387b4f3639f6f4fda3bb1369 (patch)
tree8837dc7e4cb99a317742bff7fbb146d4ceea7fe7 /os/ports
parentb5d4b03d90f0f6331c96464f5b7050ab432fb809 (diff)
downloadChibiOS-f11cfe16baa43dec387b4f3639f6f4fda3bb1369.tar.gz
ChibiOS-f11cfe16baa43dec387b4f3639f6f4fda3bb1369.tar.bz2
ChibiOS-f11cfe16baa43dec387b4f3639f6f4fda3bb1369.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2085 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports')
-rw-r--r--os/ports/GCC/ARMCMx/chcore_v7m.h2
1 files changed, 1 insertions, 1 deletions
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.
*/