Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and KishorSilabs committed Dec 20, 2023
1 parent e649a03 commit 4a5183a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/platform/silabs/FreeRTOSConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -233,12 +233,12 @@ 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
#else
#define configTOTAL_HEAP_SIZE ((size_t)((42 + EXTRA_HEAP_k) * 1024))
#define configTOTAL_HEAP_SIZE ((size_t) ((42 + EXTRA_HEAP_k) * 1024))
#endif // DIC
#else // SL_WIFI
#if SL_CONFIG_OPENTHREAD_LIB == 1
Expand Down

0 comments on commit 4a5183a

Please sign in to comment.