aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/ports/SIMIA32/chcore.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/common/ports/SIMIA32/chcore.h')
-rw-r--r--os/common/ports/SIMIA32/chcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/common/ports/SIMIA32/chcore.h b/os/common/ports/SIMIA32/chcore.h
index 62263e550..ba86c2f19 100644
--- a/os/common/ports/SIMIA32/chcore.h
+++ b/os/common/ports/SIMIA32/chcore.h
@@ -110,7 +110,7 @@
* area size.
*/
#if !defined(PORT_INT_REQUIRED_STACK) || defined(__DOXYGEN__)
-#define PORT_INT_REQUIRED_STACK 4096
+#define PORT_INT_REQUIRED_STACK 16384
#endif
/**