Fixed typo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3909 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
25800df94f
commit
3944160b54
|
@ -70,7 +70,7 @@
|
|||
* separate interrupt stack and the stack space between @p intctx and
|
||||
* @p extctx is known to be zero.
|
||||
* @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.
|
||||
*/
|
||||
#if !defined(PORT_INT_REQUIRED_STACK)
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
* separate interrupt stack and the stack space between @p intctx and
|
||||
* @p extctx is known to be zero.
|
||||
* @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.
|
||||
*/
|
||||
#if !defined(PORT_INT_REQUIRED_STACK)
|
||||
|
|
|
@ -70,7 +70,7 @@
|
|||
* separate interrupt stack and the stack space between @p intctx and
|
||||
* @p extctx is known to be zero.
|
||||
* @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.
|
||||
*/
|
||||
#if !defined(PORT_INT_REQUIRED_STACK)
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
* separate interrupt stack and the stack space between @p intctx and
|
||||
* @p extctx is known to be zero.
|
||||
* @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.
|
||||
*/
|
||||
#if !defined(PORT_INT_REQUIRED_STACK)
|
||||
|
|
|
@ -70,7 +70,7 @@
|
|||
* separate interrupt stack and the stack space between @p intctx and
|
||||
* @p extctx is known to be zero.
|
||||
* @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.
|
||||
*/
|
||||
#if !defined(PORT_INT_REQUIRED_STACK)
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
* separate interrupt stack and the stack space between @p intctx and
|
||||
* @p extctx is known to be zero.
|
||||
* @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.
|
||||
*/
|
||||
#if !defined(PORT_INT_REQUIRED_STACK)
|
||||
|
|
Loading…
Reference in New Issue