Skip to content

Commit

Permalink
Use Common filter-delegates.cpp For CC32XX Example
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasgraf authored and mhazley committed Oct 20, 2023
1 parent 1fa2552 commit 078ebfb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 115 deletions.
2 changes: 1 addition & 1 deletion examples/air-purifier-app/cc32xx/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ ti_simplelink_executable("air-purifier_app") {
"${project_dir}/main/ZclCallbacks.cpp",
"${chip_root}/examples/air-purifier-app/air-purifier-common/src/air-purifier-manager.cpp",
"${chip_root}/examples/air-purifier-app/air-purifier-common/src/air-quality-sensor-manager.cpp",
"${project_dir}/main/filter-delegates.cpp",
"${chip_root}/examples/air-purifier-app/air-purifier-common/src/filter-delegates.cpp",
]

deps = [
Expand Down
114 changes: 0 additions & 114 deletions examples/air-purifier-app/cc32xx/main/filter-delegates.cpp

This file was deleted.

0 comments on commit 078ebfb

Please sign in to comment.