Skip to content

Commit 30ba749

Browse files
committed
samples: bluetooth: connection_event_trigger: Increase BT_RX_STACK_SIZE
The stack size needs to be increased after the upmerge, as the sample reports stack overflow when printing logs. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
1 parent 7c5b9a0 commit 30ba749

File tree

1 file changed

+1
-0
lines changed
  • samples/bluetooth/connection_event_trigger

1 file changed

+1
-0
lines changed

samples/bluetooth/connection_event_trigger/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@ CONFIG_BT_SCAN_UUID_CNT=1
3232
CONFIG_BT_CTLR_SDC_EVENT_TRIGGER=y
3333

3434
CONFIG_HEAP_MEM_POOL_SIZE=2048
35+
CONFIG_BT_RX_STACK_SIZE=1200
3536

3637
CONFIG_BT_GAP_AUTO_UPDATE_CONN_PARAMS=n

0 commit comments

Comments
 (0)