We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ccbb7c commit 5857d1dCopy full SHA for 5857d1d
examples/platform/qpg/project_include/OpenThreadConfig.h
@@ -48,12 +48,6 @@
48
// Enable use of external heap allocator (calloc/free) for OpenThread.
49
#define OPENTHREAD_CONFIG_HEAP_EXTERNAL_ENABLE 1
50
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
-
57
// Limit CLI buffers
58
#define OPENTHREAD_CONFIG_CLI_UART_RX_BUFFER_SIZE 384
59
#define OPENTHREAD_CONFIG_CLI_UART_TX_BUFFER_SIZE 512
0 commit comments