Skip to content

Commit add45ad

Browse files
Hussein Elsherbinirerasool
Hussein Elsherbini
authored andcommitted
Pull request project-chip#432: Fix thermostat app not building for BRD4166A
Merge in WMN_TOOLS/matter from thermostat_fix to silabs_slc_1.0 Squashed commit of the following: commit 267b7c99fd9565346fa35c35d99d5b0da06b8454 Author: Hussein Elsherbini <Hussein.Elsherbini@silabs.com> Date: Tue Dec 13 22:34:16 2022 -0500 adds an exclusion of thermostatUI.h thermostatIcons.h and thermostatUI.cpp if brd4166a is target
1 parent 24c0c73 commit add45ad

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

slc/sample-app/thermostat/thermostat-thread.slcp

+6
Original file line numberDiff line numberDiff line change
@@ -152,14 +152,20 @@ source:
152152
- path: src/ZclCallbacks.cpp
153153
- path: src/SensorManager.cpp
154154
- path: src/ThermostatUI.cpp
155+
unless:
156+
- brd4166a
155157

156158
- path: include/AppConfig.h
157159
- path: include/AppEvent.h
158160
- path: include/AppTask.h
159161
- path: include/SensorManager.h
160162
- path: include/TemperatureManager.h
161163
- path: include/ThermostatIcons.h
164+
unless:
165+
- brd4166a
162166
- path: include/ThermostatUI.h
167+
unless:
168+
- brd4166a
163169
- path: include/CHIPProjectConfig.h
164170
- path: include/app.h
165171

0 commit comments

Comments
 (0)