Skip to content

Commit

Permalink
Merge pull request #10702 from LMESTM/Increase_stack_size_when_stats_…
Browse files Browse the repository at this point in the history
…enabled

Add extra idle debug stack size in case all STATS are enabled
  • Loading branch information
adbridge authored Jun 20, 2019
2 parents 363ad8a + 6f46fd3 commit bf78dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtos/TARGET_CORTEX/mbed_rtx_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
#endif

// Increase the idle thread stack size when debug is enabled
#if defined(MBED_DEBUG)
#if defined(MBED_DEBUG) || defined(MBED_ALL_STATS_ENABLED)
#define EXTRA_IDLE_STACK_DEBUG MBED_CONF_RTOS_IDLE_THREAD_STACK_SIZE_DEBUG_EXTRA
#else
#define EXTRA_IDLE_STACK_DEBUG 0
Expand Down

0 comments on commit bf78dc4

Please sign in to comment.