Skip to content

Commit

Permalink
Kconfig: Override BT_BUF_CMD_TX_COUNT also for simulated nrf5340
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
aescolar authored and rlubos committed Dec 5, 2023
1 parent 8fe234b commit 69e5aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kconfig.nrf
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ config MCUMGR_TRANSPORT_NETBUF_SIZE

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

config INIT_ARCH_HW_AT_BOOT
default y
Expand Down

0 comments on commit 69e5aca

Please sign in to comment.