Submodule: Update submodule to v1.0.0.2

This commit is contained in:
WanqQixiang
2023-01-04 19:05:01 +08:00
parent 350dc6ae8b
commit 98391d901d
4 changed files with 3 additions and 7 deletions
@@ -173,10 +173,6 @@ cluster_t *create(endpoint_t *endpoint, uint8_t flags)
} /* access_control */
namespace basic_information {
// TODO: Remove this stub function after this PR merged
// https://github.com/project-chip/connectedhomeip/pull/24162
void emberAfBasicInformationClusterServerInitCallback(chip::EndpointId endpoint) {}
const function_generic_t function_list[] = {
(function_generic_t)emberAfBasicInformationClusterServerInitCallback,
};