Bluetooth: tests/mesh_shell: Fix main stack size for qemu

The qemu main() seems to require more stack than the arm equivalent.
Increase the stack size to 320 to avoid crashes.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
Johan Hedberg 2017-11-20 20:39:16 +02:00 committed by Johan Hedberg
parent 15fe221f13
commit 5633ec0413

View file

@ -1,6 +1,6 @@
#CONFIG_INIT_STACKS=y
CONFIG_USERSPACE=n
CONFIG_MAIN_STACK_SIZE=256
CONFIG_MAIN_STACK_SIZE=320
CONFIG_ISR_STACK_SIZE=1024
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048