Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ICD] Add default ICD Behavior to readhandler when establishing a subscription #28375

Merged
merged 10 commits into from
Aug 1, 2023
Prev Previous commit
Next Next commit
restyle
  • Loading branch information
mkardous-silabs committed Aug 1, 2023
commit 672649af7bbdaabeb02643ed8ec4e00704abf289
6 changes: 2 additions & 4 deletions src/app/icd/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ source_set("manager-srcs") {
"ICDManager.h",
]

deps = [
":observer-srcs",
]

deps = [ ":observer-srcs" ]

public_deps = [
":cluster-srcs",
"${chip_root}/src/credentials:credentials",
Expand Down
Loading