diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-02-06 09:41:01 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-02-06 09:41:01 +0000 |
commit | 069482ac06372bd9e184f6281399ae4731af375d (patch) | |
tree | 6adaaff76f1ffe033a381310c03ae2b203486c5a /os/common | |
parent | 15e4e6f2949c7b6871bf93967f59dd39d1159b1a (diff) | |
download | ChibiOS-069482ac06372bd9e184f6281399ae4731af375d.tar.gz ChibiOS-069482ac06372bd9e184f6281399ae4731af375d.tar.bz2 ChibiOS-069482ac06372bd9e184f6281399ae4731af375d.zip |
Fixed test case to work with simulators.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11454 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common')
-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 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
/**
|