aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel/templates/chcore.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/kernel/templates/chcore.h')
-rw-r--r--os/kernel/templates/chcore.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/kernel/templates/chcore.h b/os/kernel/templates/chcore.h
index b6d8550d6..c91d45b27 100644
--- a/os/kernel/templates/chcore.h
+++ b/os/kernel/templates/chcore.h
@@ -90,7 +90,7 @@ struct context {
* by @p INT_REQUIRED_STACK.
*/
#ifndef IDLE_THREAD_STACK_SIZE
-#define IDLE_THREAD_STACK_SIZE 0
+#define IDLE_THREAD_STACK_SIZE 0
#endif
/**
@@ -102,7 +102,7 @@ struct context {
* @p extctx is known to be zero.
*/
#ifndef INT_REQUIRED_STACK
-#define INT_REQUIRED_STACK 0
+#define INT_REQUIRED_STACK 0
#endif
/**