change HCI_RX_BUF_QUEUE_SIZE back to 4

This commit is contained in:
hathach
2019-01-31 22:50:42 +07:00
parent 7ec0ff51f0
commit 981a6976e2
2 changed files with 1 additions and 9 deletions

View File

@ -66,7 +66,7 @@
#define HCI_MEM_POOL_ENABLED 1
#define HCI_TX_BUF_SIZE 600
#define HCI_RX_BUF_SIZE 600
#define HCI_RX_BUF_QUEUE_SIZE 8
#define HCI_RX_BUF_QUEUE_SIZE 4
//==========================================================
// <e> UART_ENABLED - nrf_drv_uart - UART/UARTE peripheral driver