From 9272e36f779656252077e5cb778db5225cef0c18 Mon Sep 17 00:00:00 2001 From: Abtin Keshavarzian Date: Mon, 16 Nov 2020 22:26:46 -0800 Subject: [PATCH] [toranj] use msg pool (do not use heap) in toranj config (#5820) --- tests/toranj/openthread-core-toranj-config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/toranj/openthread-core-toranj-config.h b/tests/toranj/openthread-core-toranj-config.h index df9d8dfca..dc4a5c106 100644 --- a/tests/toranj/openthread-core-toranj-config.h +++ b/tests/toranj/openthread-core-toranj-config.h @@ -125,7 +125,7 @@ * Whether use heap allocator for message buffers. * */ -#define OPENTHREAD_CONFIG_MESSAGE_USE_HEAP_ENABLE 1 +#define OPENTHREAD_CONFIG_MESSAGE_USE_HEAP_ENABLE 0 /** * @def OPENTHREAD_CONFIG_TMF_ADDRESS_CACHE_ENTRIES