aboutsummaryrefslogtreecommitdiffstats
path: root/ports/AVR/chcore.h
diff options
context:
space:
mode:
Diffstat (limited to 'ports/AVR/chcore.h')
-rw-r--r--ports/AVR/chcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/AVR/chcore.h b/ports/AVR/chcore.h
index 3fd027951..dd3f65ba8 100644
--- a/ports/AVR/chcore.h
+++ b/ports/AVR/chcore.h
@@ -94,7 +94,7 @@ typedef struct {
tp->p_ctx.sp->pch = (int)threadstart; \
}
-#define INT_REQUIRED_STACK 0x10
+#define INT_REQUIRED_STACK 8
#define StackAlign(n) (n)
#define UserStackSize(n) StackAlign(sizeof(Thread) + \
(sizeof(struct intctx) - 1) + \