From c4f7ff481d48de87320c9d20dfa6f2a22da79587 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 14 Aug 2011 09:40:19 +0000 Subject: STM8, MSP430 and AVR ports adjusted for state checker option. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3229 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ports/GCC/SIMIA32/chcore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/ports/GCC/SIMIA32') diff --git a/os/ports/GCC/SIMIA32/chcore.h b/os/ports/GCC/SIMIA32/chcore.h index 3d5c62b23..2a9d3d452 100644 --- a/os/ports/GCC/SIMIA32/chcore.h +++ b/os/ports/GCC/SIMIA32/chcore.h @@ -144,7 +144,7 @@ struct context { sizeof(void *) * 4 + \ sizeof(struct intctx) + \ sizeof(struct extctx) + \ - (n) + (PORT_INT_REQUIRED_STACK)) + (n) + (PORT_INT_REQUIRED_STACK)) /** * Macro used to allocate a thread working area aligned as both position and -- cgit v1.2.3