Skip to content

Commit ee83ffa

Browse files
Thomas-Deppenordicjm
authored andcommitted
Samples: Bluetooth: Fix peripheral with multiple identities sample
Fix issue in the peripheral with multiple identities sample. In the Kconfig.sysbuild file, both NRF_DEFAULT_BLUETOOTH (which enables hci_ipc) and NRF_DEFAULT_IPC_RADIO (which enables ipc_radio) are enabled. Only NRF_DEFAULT_IPC_RADIO is required. Signed-off-by: Thomas Deppe <[email protected]>
1 parent 233d038 commit ee83ffa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

samples/bluetooth/peripheral_with_multiple_identities/Kconfig.sysbuild

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,5 @@
66

77
source "${ZEPHYR_BASE}/share/sysbuild/Kconfig"
88

9-
config NRF_DEFAULT_BLUETOOTH
10-
default y
11-
129
config NRF_DEFAULT_IPC_RADIO
1310
default y

0 commit comments

Comments
 (0)