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:
Johan Hedberg 2016-01-25 19:09:12 -05:00 committed by Anas Nashif
commit 278d320f71

View file

@ -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;