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

master
gdisirio 2013-02-13 08:52:55 +00:00
parent 0a9ff0e5d7
commit 1b8cc3f865
1 changed files with 0 additions and 3 deletions

View File

@ -259,9 +259,6 @@ struct context {
* @brief Per-thread stack overhead for interrupts servicing. * @brief Per-thread stack overhead for interrupts servicing.
* @details This constant is used in the calculation of the correct working * @details This constant is used in the calculation of the correct working
* area size. * 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 #ifndef PORT_INT_REQUIRED_STACK
#define PORT_INT_REQUIRED_STACK 256 #define PORT_INT_REQUIRED_STACK 256