Skip to content

Commit

Permalink
[NXP][examples][rt1170] Update empty button registration path
Browse files Browse the repository at this point in the history
Signed-off-by: marius-alex-tache <[email protected]>
  • Loading branch information
marius-alex-tache authored and jby-nxp committed Oct 3, 2024
1 parent c2c5190 commit e7b74e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/all-clusters-app/nxp/rt/rt1170/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ rt_executable("all_cluster_app") {

sources += [
"${common_example_dir}/icd/source/ICDUtil.cpp",
"${common_example_dir}/matter_button/source/AppMatterButtonEmpty.cpp",
"${common_example_dir}/matter_button/source/ButtonRegistrationEmpty.cpp",
"${common_example_dir}/device_manager/source/CHIPDeviceManager.cpp",
"${common_example_dir}/device_callbacks/source/CommonDeviceCallbacks.cpp",
"${common_example_dir}/factory_data/source/AppFactoryDataDefaultImpl.cpp",
Expand Down
2 changes: 1 addition & 1 deletion examples/laundry-washer-app/nxp/rt/rt1170/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ rt_executable("laundry-washer-app") {

sources += [
"${common_example_dir}/icd/source/ICDUtil.cpp",
"${common_example_dir}/matter_button/source/AppMatterButtonEmpty.cpp",
"${common_example_dir}/matter_button/source/ButtonRegistrationEmpty.cpp",
"${common_example_dir}/device_manager/source/CHIPDeviceManager.cpp",
"${common_example_dir}/device_callbacks/source/CommonDeviceCallbacks.cpp",
"${common_example_dir}/factory_data/source/AppFactoryDataDefaultImpl.cpp",
Expand Down
2 changes: 1 addition & 1 deletion examples/thermostat/nxp/rt/rt1170/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ rt_executable("thermostat") {

sources += [
"${common_example_dir}/icd/source/ICDUtil.cpp",
"${common_example_dir}/matter_button/source/AppMatterButtonEmpty.cpp",
"${common_example_dir}/matter_button/source/ButtonRegistrationEmpty.cpp",
"${common_example_dir}/device_manager/source/CHIPDeviceManager.cpp",
"${common_example_dir}/device_callbacks/source/CommonDeviceCallbacks.cpp",
"${common_example_dir}/factory_data/source/AppFactoryDataDefaultImpl.cpp",
Expand Down

0 comments on commit e7b74e2

Please sign in to comment.