Fixed typo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.4.x@3908 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
e6969a3982
commit
c324dc8e81
|
@ -77,7 +77,7 @@
|
||||||
* separate interrupt stack and the stack space between @p intctx and
|
* separate interrupt stack and the stack space between @p intctx and
|
||||||
* @p extctx is known to be zero.
|
* @p extctx is known to be zero.
|
||||||
* @note In this port it is conservatively set to 16 because the function
|
* @note In this port it is conservatively set to 16 because the function
|
||||||
* @p chSchDoReschedule() can have a stack frame, expecially with
|
* @p chSchDoReschedule() can have a stack frame, especially with
|
||||||
* compiler optimizations disabled.
|
* compiler optimizations disabled.
|
||||||
*/
|
*/
|
||||||
#if !defined(PORT_INT_REQUIRED_STACK)
|
#if !defined(PORT_INT_REQUIRED_STACK)
|
||||||
|
|
|
@ -74,7 +74,7 @@
|
||||||
* separate interrupt stack and the stack space between @p intctx and
|
* separate interrupt stack and the stack space between @p intctx and
|
||||||
* @p extctx is known to be zero.
|
* @p extctx is known to be zero.
|
||||||
* @note In this port it is conservatively set to 16 because the function
|
* @note In this port it is conservatively set to 16 because the function
|
||||||
* @p chSchDoReschedule() can have a stack frame, expecially with
|
* @p chSchDoReschedule() can have a stack frame, especially with
|
||||||
* compiler optimizations disabled.
|
* compiler optimizations disabled.
|
||||||
*/
|
*/
|
||||||
#if !defined(PORT_INT_REQUIRED_STACK)
|
#if !defined(PORT_INT_REQUIRED_STACK)
|
||||||
|
|
|
@ -77,7 +77,7 @@
|
||||||
* separate interrupt stack and the stack space between @p intctx and
|
* separate interrupt stack and the stack space between @p intctx and
|
||||||
* @p extctx is known to be zero.
|
* @p extctx is known to be zero.
|
||||||
* @note In this port it is conservatively set to 16 because the function
|
* @note In this port it is conservatively set to 16 because the function
|
||||||
* @p chSchDoReschedule() can have a stack frame, expecially with
|
* @p chSchDoReschedule() can have a stack frame, especially with
|
||||||
* compiler optimizations disabled.
|
* compiler optimizations disabled.
|
||||||
*/
|
*/
|
||||||
#if !defined(PORT_INT_REQUIRED_STACK)
|
#if !defined(PORT_INT_REQUIRED_STACK)
|
||||||
|
|
|
@ -74,7 +74,7 @@
|
||||||
* separate interrupt stack and the stack space between @p intctx and
|
* separate interrupt stack and the stack space between @p intctx and
|
||||||
* @p extctx is known to be zero.
|
* @p extctx is known to be zero.
|
||||||
* @note In this port it is conservatively set to 16 because the function
|
* @note In this port it is conservatively set to 16 because the function
|
||||||
* @p chSchDoReschedule() can have a stack frame, expecially with
|
* @p chSchDoReschedule() can have a stack frame, especially with
|
||||||
* compiler optimizations disabled.
|
* compiler optimizations disabled.
|
||||||
*/
|
*/
|
||||||
#if !defined(PORT_INT_REQUIRED_STACK)
|
#if !defined(PORT_INT_REQUIRED_STACK)
|
||||||
|
|
|
@ -77,7 +77,7 @@
|
||||||
* separate interrupt stack and the stack space between @p intctx and
|
* separate interrupt stack and the stack space between @p intctx and
|
||||||
* @p extctx is known to be zero.
|
* @p extctx is known to be zero.
|
||||||
* @note In this port it is conservatively set to 16 because the function
|
* @note In this port it is conservatively set to 16 because the function
|
||||||
* @p chSchDoReschedule() can have a stack frame, expecially with
|
* @p chSchDoReschedule() can have a stack frame, especially with
|
||||||
* compiler optimizations disabled.
|
* compiler optimizations disabled.
|
||||||
*/
|
*/
|
||||||
#if !defined(PORT_INT_REQUIRED_STACK)
|
#if !defined(PORT_INT_REQUIRED_STACK)
|
||||||
|
|
|
@ -74,7 +74,7 @@
|
||||||
* separate interrupt stack and the stack space between @p intctx and
|
* separate interrupt stack and the stack space between @p intctx and
|
||||||
* @p extctx is known to be zero.
|
* @p extctx is known to be zero.
|
||||||
* @note In this port it is conservatively set to 16 because the function
|
* @note In this port it is conservatively set to 16 because the function
|
||||||
* @p chSchDoReschedule() can have a stack frame, expecially with
|
* @p chSchDoReschedule() can have a stack frame, especially with
|
||||||
* compiler optimizations disabled.
|
* compiler optimizations disabled.
|
||||||
*/
|
*/
|
||||||
#if !defined(PORT_INT_REQUIRED_STACK)
|
#if !defined(PORT_INT_REQUIRED_STACK)
|
||||||
|
|
Loading…
Reference in New Issue