Skip to content

Commit

Permalink
Removed typo mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
KishorSilabs committed Dec 20, 2023
1 parent 4a5183a commit 5da6b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/platform/silabs/FreeRTOSConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ See http://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html. */
#ifdef SL_WIFI
#ifdef DIC_ENABLE
#ifdef SIWX_917
#define configTOTAL_HEAP_SIZE ((size_t) ((75 + +EXTRA_HEAP_k) * 1024))
#define configTOTAL_HEAP_SIZE ((size_t) ((75 + EXTRA_HEAP_k) * 1024))
#else
#define configTOTAL_HEAP_SIZE ((size_t) ((68 + EXTRA_HEAP_k) * 1024))
#endif // SIWX_917
Expand Down

0 comments on commit 5da6b7b

Please sign in to comment.