Samples: Bluetooth: Remove RX workround for iso connected benchmark

CONFIG_BT_ISO_TX_MTU=230 had been added to deal with the RX
buffers not fitting TX's of same size, which is fixed now.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
Emil Gydesen 2022-02-21 11:34:08 +01:00 committed by Anas Nashif
commit 8671fa683e

View file

@ -8,7 +8,6 @@ CONFIG_BT_CENTRAL=y
CONFIG_BT_ISO_UNICAST=y
CONFIG_BT_ISO_MAX_CHAN=2
CONFIG_BT_ISO_TX_BUF_COUNT=4
CONFIG_BT_ISO_TX_MTU=230
CONFIG_MAIN_STACK_SIZE=2048