Skip to content

Commit 5726a26

Browse files
joerchanandrewboie
authored andcommitted
Bluetooth: samples: hci_uart: Remove unneeded config options
Remove data length and phy update set to 'n' on board that does not support these features anyway. BT_CTLR_DATA_LEN_SUPPORTED and BT_CTLR_PHY_UPDATE_SUPPORTED are both set to 'n'. Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
1 parent 69a7278 commit 5726a26

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

samples/bluetooth/hci_uart/boards/bbc_microbit.conf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,3 @@ CONFIG_MAIN_STACK_SIZE=512
44
CONFIG_IDLE_STACK_SIZE=256
55
CONFIG_ISR_STACK_SIZE=512
66
CONFIG_BT_MAX_CONN=10
7-
CONFIG_BT_PHY_UPDATE=n
8-
CONFIG_BT_DATA_LEN_UPDATE=n

0 commit comments

Comments
 (0)