mirror of https://github.com/ARMmbed/mbed-os.git
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
parent
ee864cdd7b
commit
fc18250b1f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue