Skip to content

Commit 0c9a8c6

Browse files
yeaissahenrikbrixandersen
authored andcommitted
soc: nxp: mcxw: Fix MCXW71 BLE warning during init
SOC_MCXW716C is using a different ACL_TX_COUNT compared to SOC_MCXW727C Signed-off-by: Yassine El Aissaoui <[email protected]>
1 parent e4dcd5d commit 0c9a8c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

soc/nxp/mcx/mcxw/Kconfig.defconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ config BT_BUF_EVT_RX_COUNT
3131
default 16
3232

3333
config BT_BUF_ACL_TX_COUNT
34-
default 12
34+
default 12 if SOC_MCXW727C
35+
default 8 if SOC_MCXW716C
3536

3637
if SHELL
3738

0 commit comments

Comments
 (0)