Commit ee83ffa
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- samples/bluetooth/peripheral_with_multiple_identities
1 file changed
+0
-3
lines changedLines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | 9 | | |
13 | 10 | | |
0 commit comments