diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-07-17 10:03:21 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-07-17 10:03:21 +0000 |
commit | 6fd6d0670e8e639eb1909ccdb8e1d509db02d6f7 (patch) | |
tree | b97e05eca5439bb88d7816178a13c908fd9fb148 /os/nil/templates | |
parent | 1272fdce1e9e8d55e5fddf3ae79019ca7836c770 (diff) | |
download | ChibiOS-6fd6d0670e8e639eb1909ccdb8e1d509db02d6f7.tar.gz ChibiOS-6fd6d0670e8e639eb1909ccdb8e1d509db02d6f7.tar.bz2 ChibiOS-6fd6d0670e8e639eb1909ccdb8e1d509db02d6f7.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7039 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/nil/templates')
-rw-r--r-- | os/nil/templates/nilcore.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/os/nil/templates/nilcore.h b/os/nil/templates/nilcore.h index 61df58bc9..a868e74d8 100644 --- a/os/nil/templates/nilcore.h +++ b/os/nil/templates/nilcore.h @@ -78,16 +78,6 @@ /*===========================================================================*/
/**
- * @brief Stack size for the system idle thread.
- * @details This size depends on the idle thread implementation, usually
- * the idle thread should take no more space than those reserved
- * by @p PORT_INT_REQUIRED_STACK.
- */
-#if !defined(PORT_IDLE_THREAD_STACK_SIZE) || defined(__DOXYGEN__)
-#define PORT_IDLE_THREAD_STACK_SIZE 16
-#endif
-
-/**
* @brief Per-thread stack overhead for interrupts servicing.
* @details This constant is used in the calculation of the correct working
* area size.
|