Skip to content

Commit 6ea7d21

Browse files
CuRahmanjmartinez-silabs
authored andcommitted
Pull request project-chip#1627: MATTER-3232 Refactored ICD defines within AppTask.cpp of sensor,on-off plug, sl-newlight
Merge in WMN_TOOLS/matter from bugfix/sensor_power_consumption to silabs Squashed commit of the following: commit 3538f7ee78452a5785a45059f9d91e2a5917ef0f Author: Curtis Rahman <curtis.rahman@silabs.com> Date: Fri Mar 8 13:04:35 2024 -0500 Updated refactored ICD defines within AppTask.cpp of sensor,on-off plug, sl-newlight
1 parent a1d2391 commit 6ea7d21

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

silabs_examples/onoff-plug-app/src/AppTask.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ void AppTask::AppTaskMain(void * pvParameter)
125125
appError(err);
126126
}
127127

128-
#if !(defined(CHIP_DEVICE_CONFIG_ENABLE_SED) && CHIP_DEVICE_CONFIG_ENABLE_SED)
128+
#if !(defined(CHIP_CONFIG_ENABLE_ICD_SERVER) && CHIP_CONFIG_ENABLE_ICD_SERVER)
129129
sAppTask.StartStatusLEDTimer();
130130
#endif
131131

silabs_examples/silabs-sensors/src/AppTask.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ void AppTask::AppTaskMain(void * pvParameter)
115115
appError(err);
116116
}
117117

118-
#if !(defined(CHIP_DEVICE_CONFIG_ENABLE_SED) && CHIP_DEVICE_CONFIG_ENABLE_SED)
118+
#if !(defined(CHIP_CONFIG_ENABLE_ICD_SERVER) && CHIP_CONFIG_ENABLE_ICD_SERVER)
119119
sAppTask.StartStatusLEDTimer();
120120
#endif
121121

silabs_examples/sl-newLight/efr32/src/AppTask.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ void AppTask::AppTaskMain(void * pvParameter)
132132
appError(err);
133133
}
134134

135-
#if !(defined(CHIP_DEVICE_CONFIG_ENABLE_SED) && CHIP_DEVICE_CONFIG_ENABLE_SED)
135+
#if !(defined(CHIP_CONFIG_ENABLE_ICD_SERVER) && CHIP_CONFIG_ENABLE_ICD_SERVER)
136136
sAppTask.StartStatusLEDTimer();
137137
#endif
138138

0 commit comments

Comments
 (0)