From 5fb226f4c94786196221005638f5fa374bc1e3ec Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Sun, 15 Jan 2017 12:30:56 +0000 Subject: [PATCH] Make the count of prop mode RX buffers configurable --- platform/srf06-cc26xx/contiki-conf.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/platform/srf06-cc26xx/contiki-conf.h b/platform/srf06-cc26xx/contiki-conf.h index 85c99ee19..7eeb7be4d 100644 --- a/platform/srf06-cc26xx/contiki-conf.h +++ b/platform/srf06-cc26xx/contiki-conf.h @@ -93,6 +93,11 @@ #define RF_CORE_CONF_CHANNEL RF_CHANNEL #endif +/* Number of Prop Mode RX buffers */ +#ifndef PROP_MODE_CONF_RX_BUF_CNT +#define PROP_MODE_CONF_RX_BUF_CNT 4 +#endif + /* * Auto-configure Prop-mode radio if we are running on CC13xx, unless the * project has specified otherwise. Depending on the final mode, determine a