We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 363ad8a + 6f46fd3 commit bf78dc4Copy full SHA for bf78dc4
rtos/TARGET_CORTEX/mbed_rtx_conf.h
@@ -47,7 +47,7 @@
47
#endif
48
49
// Increase the idle thread stack size when debug is enabled
50
-#if defined(MBED_DEBUG)
+#if defined(MBED_DEBUG) || defined(MBED_ALL_STATS_ENABLED)
51
#define EXTRA_IDLE_STACK_DEBUG MBED_CONF_RTOS_IDLE_THREAD_STACK_SIZE_DEBUG_EXTRA
52
#else
53
#define EXTRA_IDLE_STACK_DEBUG 0
0 commit comments