From 84989c583b904bc4ff28e28ed875d31c40c3754d Mon Sep 17 00:00:00 2001 From: Florian Grandel Date: Sat, 11 May 2024 18:27:07 +0200 Subject: [PATCH] samples: bluetooth: central_iso: fix minor typo Signed-off-by: Florian Grandel --- samples/bluetooth/central_iso/overlay-bt_ll_sw_split.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/bluetooth/central_iso/overlay-bt_ll_sw_split.conf b/samples/bluetooth/central_iso/overlay-bt_ll_sw_split.conf index 320c5c352b116d4..fcab60aaf0b8d03 100644 --- a/samples/bluetooth/central_iso/overlay-bt_ll_sw_split.conf +++ b/samples/bluetooth/central_iso/overlay-bt_ll_sw_split.conf @@ -16,7 +16,7 @@ CONFIG_BT_CTLR_RX_BUFFERS=9 CONFIG_BT_CTLR_CONN_ISO_SDU_LEN_MAX=247 CONFIG_BT_CTLR_CONN_ISO_PDU_LEN_MAX=251 -# Number of supported streami sources and sinks +# Number of supported streaming sources and sinks CONFIG_BT_CTLR_ISOAL_SOURCES=2 CONFIG_BT_CTLR_ISOAL_SINKS=1