Skip to content

Commit

Permalink
basic_information: change the name of emberAfBasicInformationClusterS…
Browse files Browse the repository at this point in the history
…erverInitCallback (#24162)
  • Loading branch information
wqx6 authored and pull[bot] committed Jul 5, 2023
1 parent d06ec73 commit 2056201
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion src/app/clusters/basic-information/basic-information.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ bool IsLocalConfigDisabled()
} // namespace app
} // namespace chip

void emberAfBasicClusterServerInitCallback(chip::EndpointId endpoint) {}
void emberAfBasicInformationClusterServerInitCallback(chip::EndpointId endpoint) {}

void MatterBasicInformationPluginServerInitCallback()
{
Expand Down
9 changes: 0 additions & 9 deletions src/app/clusters/basic-information/basic-information.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,3 @@ bool IsLocalConfigDisabled();
} // namespace Clusters
} // namespace app
} // namespace chip

/** @brief Basic Cluster Server Init
*
* This function is called at startup for a given endpoint to initialize
* attributes of the Basic Cluster.
*
* @param endpoint Endpoint that is being initialized Ver.: always
*/
void emberAfBasicClusterServerInitCallback(chip::EndpointId endpoint);

0 comments on commit 2056201

Please sign in to comment.