From fc580c39e62e62d78ea375e637226bd9d8b295b6 Mon Sep 17 00:00:00 2001 From: Kamil Sroka Date: Tue, 14 May 2019 12:30:19 +0200 Subject: [PATCH] [nrf52811] decrease number of buffers to free some RAM (#3818) --- examples/platforms/nrf52811/openthread-core-nrf52811-config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/platforms/nrf52811/openthread-core-nrf52811-config.h b/examples/platforms/nrf52811/openthread-core-nrf52811-config.h index e4fb73676..ae09cdc25 100644 --- a/examples/platforms/nrf52811/openthread-core-nrf52811-config.h +++ b/examples/platforms/nrf52811/openthread-core-nrf52811-config.h @@ -77,7 +77,7 @@ * */ #ifndef OPENTHREAD_CONFIG_NUM_MESSAGE_BUFFERS -#define OPENTHREAD_CONFIG_NUM_MESSAGE_BUFFERS 64 +#define OPENTHREAD_CONFIG_NUM_MESSAGE_BUFFERS 60 #endif /**