Increase background stack size to fix overflow

Bump the background stack size to 512 bytes to fix stack overflows on
the NRF52 and so it is the same size as it was before the switch to
RTX5.
pull/4563/head
Russ Butler 2017-06-14 17:31:52 -05:00
parent ee864cdd7b
commit fc18250b1f
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
#define OS_STACK_SIZE MBED_CONF_APP_THREAD_STACK_SIZE
#define OS_TIMER_THREAD_STACK_SIZE 768
#define OS_IDLE_THREAD_STACK_SIZE 256
#define OS_IDLE_THREAD_STACK_SIZE 512
#define OS_DYNAMIC_MEM_SIZE 0