git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2085 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2010-07-23 15:14:26 +00:00
parent b5d4b03d90
commit f11cfe16ba
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*/