Skip to content

Commit

Permalink
[QPG] Remove overrules for OpenThread buffer amount. (#23972)
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 authored and pull[bot] committed Oct 15, 2023
1 parent 44dd8c1 commit 3659752
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 3659752

Please sign in to comment.