File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed
src/app/clusters/basic-information Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -406,7 +406,7 @@ bool IsLocalConfigDisabled()
406406} // namespace app
407407} // namespace chip
408408
409- void emberAfBasicClusterServerInitCallback (chip::EndpointId endpoint) {}
409+ void emberAfBasicInformationClusterServerInitCallback (chip::EndpointId endpoint) {}
410410
411411void MatterBasicInformationPluginServerInitCallback ()
412412{
Original file line number Diff line number Diff line change @@ -33,12 +33,3 @@ bool IsLocalConfigDisabled();
3333} // namespace Clusters
3434} // namespace app
3535} // namespace chip
36-
37- /* * @brief Basic Cluster Server Init
38- *
39- * This function is called at startup for a given endpoint to initialize
40- * attributes of the Basic Cluster.
41- *
42- * @param endpoint Endpoint that is being initialized Ver.: always
43- */
44- void emberAfBasicClusterServerInitCallback (chip::EndpointId endpoint);
You can’t perform that action at this time.
0 commit comments