File tree 3 files changed +3
-3
lines changed
all-clusters-app/nxp/rt/rt1170
laundry-washer-app/nxp/rt/rt1170
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ rt_executable("all_cluster_app") {
137
137
138
138
sources += [
139
139
" ${ common_example_dir } /icd/source/ICDUtil.cpp" ,
140
- " ${ common_example_dir } /matter_button/source/AppMatterButtonEmpty .cpp" ,
140
+ " ${ common_example_dir } /matter_button/source/ButtonRegistrationEmpty .cpp" ,
141
141
" ${ common_example_dir } /device_manager/source/CHIPDeviceManager.cpp" ,
142
142
" ${ common_example_dir } /device_callbacks/source/CommonDeviceCallbacks.cpp" ,
143
143
" ${ common_example_dir } /factory_data/source/AppFactoryDataDefaultImpl.cpp" ,
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ rt_executable("laundry-washer-app") {
139
139
140
140
sources += [
141
141
" ${ common_example_dir } /icd/source/ICDUtil.cpp" ,
142
- " ${ common_example_dir } /matter_button/source/AppMatterButtonEmpty .cpp" ,
142
+ " ${ common_example_dir } /matter_button/source/ButtonRegistrationEmpty .cpp" ,
143
143
" ${ common_example_dir } /device_manager/source/CHIPDeviceManager.cpp" ,
144
144
" ${ common_example_dir } /device_callbacks/source/CommonDeviceCallbacks.cpp" ,
145
145
" ${ common_example_dir } /factory_data/source/AppFactoryDataDefaultImpl.cpp" ,
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ rt_executable("thermostat") {
156
156
157
157
sources += [
158
158
" ${ common_example_dir } /icd/source/ICDUtil.cpp" ,
159
- " ${ common_example_dir } /matter_button/source/AppMatterButtonEmpty .cpp" ,
159
+ " ${ common_example_dir } /matter_button/source/ButtonRegistrationEmpty .cpp" ,
160
160
" ${ common_example_dir } /device_manager/source/CHIPDeviceManager.cpp" ,
161
161
" ${ common_example_dir } /device_callbacks/source/CommonDeviceCallbacks.cpp" ,
162
162
" ${ common_example_dir } /factory_data/source/AppFactoryDataDefaultImpl.cpp" ,
You can’t perform that action at this time.
0 commit comments