diff options
Diffstat (limited to 'os/common/ports')
-rw-r--r-- | os/common/ports/SIMIA32/chcore.h | 2 |
1 files changed, 1 insertions, 1 deletions
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
/**
|