Skip to content

Commit a4b0baf

Browse files
restyled-commitschirag-silabs
authored andcommitted
Restyled by clang-format
1 parent 1c14642 commit a4b0baf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/platform/silabs/FreeRTOSConfig.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ extern uint32_t SystemCoreClock;
113113
#if SL_ICD_ENABLED
114114
#include "sl_si91x_m4_ps.h"
115115
#endif // SL_ICD_ENABLED
116-
#else // For EFR32
116+
#else // For EFR32
117117
#include "RTE_Components.h"
118118
#include CMSIS_device_header
119119

@@ -179,7 +179,7 @@ extern uint32_t SystemCoreClock;
179179
#define configTIMER_TASK_PRIORITY (55) /* Highest priority */
180180
#else
181181
#define configTIMER_TASK_PRIORITY (40) /* Highest priority */
182-
#endif // SLI_SI917
182+
#endif // SLI_SI917
183183
#define configTIMER_QUEUE_LENGTH (10)
184184
#define configTIMER_TASK_STACK_DEPTH (1024)
185185

examples/platform/silabs/wfx_rsi.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
*/
1717
#pragma once
1818

19+
#include <app/icd/server/ICDServerConfig.h>
1920
#include <event_groups.h>
2021
#include <wfx_host_events.h>
21-
#include <app/icd/server/ICDServerConfig.h>
2222

2323
#ifndef RSI_BLE_ENABLE
2424
#define RSI_BLE_ENABLE (1)

0 commit comments

Comments
 (0)