Skip to content

Commit 69e5aca

Browse files
aescolarrlubos
authored andcommitted
Kconfig: Override BT_BUF_CMD_TX_COUNT also for simulated nrf5340
Override BT_BUF_CMD_TX_COUNT for the simulated nrf5340 just like for the real nrf5340 targets. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
1 parent 8fe234b commit 69e5aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Kconfig.nrf

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ config MCUMGR_TRANSPORT_NETBUF_SIZE
8080

8181
# When using HCI on the nRF5340 we need a larger command buffer.
8282
config BT_BUF_CMD_TX_COUNT
83-
default 10 if SOC_NRF5340_CPUAPP || SOC_NRF5340_CPUNET
83+
default 10 if SOC_COMPATIBLE_NRF5340_CPUAPP || SOC_COMPATIBLE_NRF5340_CPUNET
8484

8585
config INIT_ARCH_HW_AT_BOOT
8686
default y

0 commit comments

Comments
 (0)