Skip to content

Commit f8e3294

Browse files
Thomas Stenersenjoerchan
authored andcommitted
samples: bluetooth: central_hids: Fix crash in system workqueue
This fixes a stack overflow in the system workqueue when the sample is using the BT_LL_NRFXLIB. The setting is identical to what the peripheral_hids_* samples are using. Signed-off-by: Thomas Stenersen <[email protected]>
1 parent d8b9470 commit f8e3294

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

samples/bluetooth/central_hids/prj.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ CONFIG_BT_SCAN=y
1717
CONFIG_BT_SCAN_FILTER_ENABLE=y
1818
CONFIG_BT_SCAN_UUID_CNT=1
1919

20+
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
21+
2022
CONFIG_BT_SETTINGS=y
2123
CONFIG_FLASH=y
2224
CONFIG_FLASH_PAGE_LAYOUT=y

0 commit comments

Comments
 (0)