Skip to content

Commit 924b8d8

Browse files
author
Mohammad Azim Khan
committed
Tuned stack size to be 32K
1 parent 0189283 commit 924b8d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rtos/rtx/TARGET_CORTEX_M/cmsis_os.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
#define DEFAULT_STACK_SIZE (WORDS_STACK_SIZE/2)
9090
#else
9191
#if defined (MBED_CFG_DEBUG_OPTIONS_COVERAGE)
92-
#define DEFAULT_STACK_SIZE (WORDS_STACK_SIZE*4*16)
92+
#define DEFAULT_STACK_SIZE (WORDS_STACK_SIZE*4*8)
9393
#else
9494
#define DEFAULT_STACK_SIZE (WORDS_STACK_SIZE*4)
9595
#endif

0 commit comments

Comments
 (0)