aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel/templates/chcore.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-03-14 09:54:23 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-03-14 09:54:23 +0000
commitc7837bab2ee164d6bb4fb47948ee5fe33162b449 (patch)
tree2754d5fa7d380fa2129a8114fc481ce882aaba52 /os/kernel/templates/chcore.h
parent075b89133ec371480bdcf670d3f412b1cf131b0e (diff)
downloadChibiOS-c7837bab2ee164d6bb4fb47948ee5fe33162b449.tar.gz
ChibiOS-c7837bab2ee164d6bb4fb47948ee5fe33162b449.tar.bz2
ChibiOS-c7837bab2ee164d6bb4fb47948ee5fe33162b449.zip
AVR and simulator still missing.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1740 35acf78f-673a-0410-8e92-d51de3d6d3f4
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
/**