We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f43fff commit b4b0eceCopy full SHA for b4b0ece
subsys/bluetooth/rpc/Kconfig
@@ -78,6 +78,7 @@ config HEAP_MEM_POOL_SIZE
78
config BT_SHELL
79
bool "Bluetooth shell"
80
select SHELL
81
+ select BT_PRIVATE_SHELL
82
83
endif # BT_RPC_CLIENT
84
west.yml
@@ -65,7 +65,7 @@ manifest:
65
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
66
- name: zephyr
67
repo-path: sdk-zephyr
68
- revision: pull/2659/head
+ revision: 3fef3bd6ec5cc3eb18776de621326ff2eb0ea0bb
69
import:
70
# In addition to the zephyr repository itself, NCS also
71
# imports the contents of zephyr/west.yml at the above
0 commit comments