aboutsummaryrefslogtreecommitdiffstats
path: root/os/nil/templates/nilcore.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/nil/templates/nilcore.h')
-rw-r--r--os/nil/templates/nilcore.h10
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.