Skip to content

Commit

Permalink
[QPG] Remove overrules for OpenThread buffer amount.
Browse files Browse the repository at this point in the history
Will use the default 44 from OpenThread the stack
  • Loading branch information
tima-q committed Dec 8, 2022
1 parent 6ccbb7c commit 5857d1d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions examples/platform/qpg/project_include/OpenThreadConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@
// Enable use of external heap allocator (calloc/free) for OpenThread.
#define OPENTHREAD_CONFIG_HEAP_EXTERNAL_ENABLE 1

#if CHIP_DEVICE_CONFIG_THREAD_FTD
#define OPENTHREAD_CONFIG_NUM_MESSAGE_BUFFERS 44
#else
#define OPENTHREAD_CONFIG_NUM_MESSAGE_BUFFERS 22
#endif

// Limit CLI buffers
#define OPENTHREAD_CONFIG_CLI_UART_RX_BUFFER_SIZE 384
#define OPENTHREAD_CONFIG_CLI_UART_TX_BUFFER_SIZE 512
Expand Down

0 comments on commit 5857d1d

Please sign in to comment.