Skip to content

Commit 5857d1d

Browse files
committed
[QPG] Remove overrules for OpenThread buffer amount.
Will use the default 44 from OpenThread the stack
1 parent 6ccbb7c commit 5857d1d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

examples/platform/qpg/project_include/OpenThreadConfig.h

-6
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,6 @@
4848
// Enable use of external heap allocator (calloc/free) for OpenThread.
4949
#define OPENTHREAD_CONFIG_HEAP_EXTERNAL_ENABLE 1
5050

51-
#if CHIP_DEVICE_CONFIG_THREAD_FTD
52-
#define OPENTHREAD_CONFIG_NUM_MESSAGE_BUFFERS 44
53-
#else
54-
#define OPENTHREAD_CONFIG_NUM_MESSAGE_BUFFERS 22
55-
#endif
56-
5751
// Limit CLI buffers
5852
#define OPENTHREAD_CONFIG_CLI_UART_RX_BUFFER_SIZE 384
5953
#define OPENTHREAD_CONFIG_CLI_UART_TX_BUFFER_SIZE 512

0 commit comments

Comments
 (0)