Skip to content

Commit

Permalink
Increasing the heap size for wifi] (#21992)
Browse files Browse the repository at this point in the history
  • Loading branch information
chirag-silabs authored Aug 19, 2022
1 parent b191211 commit 6ca1f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/platform/efr32/FreeRTOSConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ See http://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html. */

#ifndef configTOTAL_HEAP_SIZE
#ifdef SL_WIFI
#define configTOTAL_HEAP_SIZE ((size_t)(30 * 1024))
#define configTOTAL_HEAP_SIZE ((size_t)(34 * 1024))
#else
#define configTOTAL_HEAP_SIZE ((size_t)(20 * 1024))
#endif
Expand Down

0 comments on commit 6ca1f85

Please sign in to comment.