1
0
Fork 0

sdk_config: Increase HCI_RX_BUF_QUEUE_SIZE to 16

This makes the bootloader work with both nRF Connect (default settings)
and DaFlasher.

Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
wasp-os
Daniel Thompson 2020-07-26 20:51:27 +01:00
parent 9148e76c41
commit 85a9b76d84
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
#define HCI_MEM_POOL_ENABLED 1
#define HCI_TX_BUF_SIZE 600 // not used
#define HCI_RX_BUF_SIZE 600
#define HCI_RX_BUF_QUEUE_SIZE 8 // must be power of 2
#define HCI_RX_BUF_QUEUE_SIZE 16 // must be power of 2
//==========================================================
// <e> UART_ENABLED - nrf_drv_uart - UART/UARTE peripheral driver