git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5175 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
0a9ff0e5d7
commit
1b8cc3f865
|
@ -259,9 +259,6 @@ struct context {
|
|||
* @brief Per-thread stack overhead for interrupts servicing.
|
||||
* @details This constant is used in the calculation of the correct working
|
||||
* area size.
|
||||
* This value can be zero on those architecture where there is a
|
||||
* separate interrupt stack and the stack space between @p intctx and
|
||||
* @p extctx is known to be zero.
|
||||
*/
|
||||
#ifndef PORT_INT_REQUIRED_STACK
|
||||
#define PORT_INT_REQUIRED_STACK 256
|
||||
|
|
Loading…
Reference in New Issue