Skip to content

Commit

Permalink
[QPG] Remove overrules for OpenThread buffer amount. (project-chip#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 dvdm-qorvo committed Dec 21, 2022
1 parent f445e06 commit a7807c8
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 a7807c8

Please sign in to comment.