From 5fce4c704a617f329f214576f7d8836f9e1fc0c3 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 4 Feb 2018 20:16:22 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11432 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/ports/SIMIA32/chcore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/common/ports/SIMIA32') diff --git a/os/common/ports/SIMIA32/chcore.h b/os/common/ports/SIMIA32/chcore.h index ba86c2f19..62263e550 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 16384 +#define PORT_INT_REQUIRED_STACK 4096 #endif /** -- cgit v1.2.3