diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-02-04 20:16:22 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-02-04 20:16:22 +0000 |
commit | 5fce4c704a617f329f214576f7d8836f9e1fc0c3 (patch) | |
tree | 7c939195605e07356f87968d2c28ed59e90be1a6 /os/common/ports | |
parent | 81a268a40274908cd01af51adf264e22f2d43a0a (diff) | |
download | ChibiOS-5fce4c704a617f329f214576f7d8836f9e1fc0c3.tar.gz ChibiOS-5fce4c704a617f329f214576f7d8836f9e1fc0c3.tar.bz2 ChibiOS-5fce4c704a617f329f214576f7d8836f9e1fc0c3.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11432 35acf78f-673a-0410-8e92-d51de3d6d3f4
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
/**
|