Skip to content

Commit b4b0ece

Browse files
koffesrlubos
authored andcommitted
applications: nrf5340_audio: Added BT_PRIVATE_SHELL
- Due to cherry-picks, BT_PRIVATE_SHELL is required - OCT-3354 Signed-off-by: Kristoffer Rist Skøien <[email protected]>
1 parent 3f43fff commit b4b0ece

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

subsys/bluetooth/rpc/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ config HEAP_MEM_POOL_SIZE
7878
config BT_SHELL
7979
bool "Bluetooth shell"
8080
select SHELL
81+
select BT_PRIVATE_SHELL
8182

8283
endif # BT_RPC_CLIENT
8384

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ manifest:
6565
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
6666
- name: zephyr
6767
repo-path: sdk-zephyr
68-
revision: pull/2659/head
68+
revision: 3fef3bd6ec5cc3eb18776de621326ff2eb0ea0bb
6969
import:
7070
# In addition to the zephyr repository itself, NCS also
7171
# imports the contents of zephyr/west.yml at the above

0 commit comments

Comments
 (0)