typo
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14842 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
e55da29cb3
commit
405cfa3103
|
@ -179,7 +179,7 @@
|
||||||
* @details This size depends on the idle thread implementation, usually
|
* @details This size depends on the idle thread implementation, usually
|
||||||
* the idle thread should take no more space than those reserved
|
* the idle thread should take no more space than those reserved
|
||||||
* by @p PORT_INT_REQUIRED_STACK.
|
* by @p PORT_INT_REQUIRED_STACK.
|
||||||
* @note In this port it is set to 16 because the idle thread does have
|
* @note In this port it is set to 64 because the idle thread does have
|
||||||
* a stack frame when compiling without optimizations. You may
|
* a stack frame when compiling without optimizations. You may
|
||||||
* reduce this value to zero when compiling with optimizations.
|
* reduce this value to zero when compiling with optimizations.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue