File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ extern uint32_t SystemCoreClock;
113
113
#if SL_ICD_ENABLED
114
114
#include "sl_si91x_m4_ps.h"
115
115
#endif // SL_ICD_ENABLED
116
- #else // For EFR32
116
+ #else // For EFR32
117
117
#include "RTE_Components.h"
118
118
#include CMSIS_device_header
119
119
@@ -179,7 +179,7 @@ extern uint32_t SystemCoreClock;
179
179
#define configTIMER_TASK_PRIORITY (55) /* Highest priority */
180
180
#else
181
181
#define configTIMER_TASK_PRIORITY (40) /* Highest priority */
182
- #endif // SLI_SI917
182
+ #endif // SLI_SI917
183
183
#define configTIMER_QUEUE_LENGTH (10)
184
184
#define configTIMER_TASK_STACK_DEPTH (1024)
185
185
Original file line number Diff line number Diff line change 16
16
*/
17
17
#pragma once
18
18
19
+ #include <app/icd/server/ICDServerConfig.h>
19
20
#include <event_groups.h>
20
21
#include <wfx_host_events.h>
21
- #include <app/icd/server/ICDServerConfig.h>
22
22
23
23
#ifndef RSI_BLE_ENABLE
24
24
#define RSI_BLE_ENABLE (1)
You can’t perform that action at this time.
0 commit comments