drivers/nble: Increase TX & RX buffer count to 2
This lowers the chance of running out of buffers when sending or receiving a lot of data. Change-Id: Ifedc5652f993fa54f7aded87aef545ffb49e7581 Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
733f837aae
commit
278d320f71
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
#include "rpc.h"
|
||||
|
||||
/* TODO: check size */
|
||||
#define NBLE_IPC_COUNT 1
|
||||
#define NBLE_IPC_COUNT 2
|
||||
#define NBLE_BUF_SIZE 100
|
||||
|
||||
static struct nano_fifo rx;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue