bluetooth: ots: fix stack overflow
Default size of BT_RX_STACK_SIZE 1024 is not enough for this sample. Increase it to prevent stack overflow. Signed-off-by: Pirun Lee <pirun.lee@nordicsemi.no>
This commit is contained in:
parent
af75354d82
commit
5d1e59b984
1 changed files with 2 additions and 0 deletions
|
|
@ -11,3 +11,5 @@ CONFIG_BT_OTS_OACP_DELETE_SUPPORT=y
|
|||
|
||||
CONFIG_LOG=y
|
||||
CONFIG_ASSERT=y
|
||||
# This sample needs more memory on BT_RX_THREAD
|
||||
CONFIG_BT_RX_STACK_SIZE=1536
|
||||
|
|
|
|||
Loading…
Reference in a new issue