Skip to content

Commit 1e1d1c5

Browse files
[nxp toup][examples][rt1170] Update empty button registration path
Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
1 parent 05f94af commit 1e1d1c5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/all-clusters-app/nxp/rt/rt1170/BUILD.gn

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ rt_executable("all_cluster_app") {
137137

138138
sources += [
139139
"${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",
141141
"${common_example_dir}/device_manager/source/CHIPDeviceManager.cpp",
142142
"${common_example_dir}/device_callbacks/source/CommonDeviceCallbacks.cpp",
143143
"${common_example_dir}/factory_data/source/AppFactoryDataDefaultImpl.cpp",

examples/laundry-washer-app/nxp/rt/rt1170/BUILD.gn

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ rt_executable("laundry-washer-app") {
139139

140140
sources += [
141141
"${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",
143143
"${common_example_dir}/device_manager/source/CHIPDeviceManager.cpp",
144144
"${common_example_dir}/device_callbacks/source/CommonDeviceCallbacks.cpp",
145145
"${common_example_dir}/factory_data/source/AppFactoryDataDefaultImpl.cpp",

examples/thermostat/nxp/rt/rt1170/BUILD.gn

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ rt_executable("thermostat") {
156156

157157
sources += [
158158
"${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",
160160
"${common_example_dir}/device_manager/source/CHIPDeviceManager.cpp",
161161
"${common_example_dir}/device_callbacks/source/CommonDeviceCallbacks.cpp",
162162
"${common_example_dir}/factory_data/source/AppFactoryDataDefaultImpl.cpp",

0 commit comments

Comments
 (0)