Skip to content

Commit

Permalink
Restyle
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Nov 13, 2024
1 parent 5d61dde commit 7bab9a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/reporting/Engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1185,6 +1185,6 @@ void Engine::MarkDirty(const AttributePathParams & path)

// TODO: MatterReportingAttributeChangeCallback should just live in libCHIP, It does not depend on any
// app-specific generated bits.
void __attribute__((weak)) MatterReportingAttributeChangeCallback(chip::EndpointId endpoint, chip::ClusterId clusterId,
chip::AttributeId attributeId)
void __attribute__((weak))
MatterReportingAttributeChangeCallback(chip::EndpointId endpoint, chip::ClusterId clusterId, chip::AttributeId attributeId)
{}

0 comments on commit 7bab9a7

Please sign in to comment.