mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
CI: add astyle pre-commit hook
This commit is contained in:
@@ -34,21 +34,19 @@ __attribute__((weak)) const SupportedModesManager * getSupportedModesManager(voi
|
||||
} /* namespace Clusters */
|
||||
} /* namespace ModeSelect */
|
||||
|
||||
|
||||
// Provide weak defaults for attribute changed callbacks so apps
|
||||
// Strong definitions in an app will override these.
|
||||
|
||||
__attribute__((weak)) void MatterClosureControlClusterServerAttributeChangedCallback(
|
||||
const chip::app::ConcreteAttributePath & attributePath)
|
||||
const chip::app::ConcreteAttributePath &attributePath)
|
||||
{
|
||||
ESP_LOGI(TAG, "Attribute Changed Callback: Endpoint: %d, Cluster: %ld, Attribute: %ld",
|
||||
attributePath.mEndpointId, attributePath.mClusterId, attributePath.mAttributeId);
|
||||
}
|
||||
|
||||
__attribute__((weak)) void MatterClosureDimensionClusterServerAttributeChangedCallback(
|
||||
const chip::app::ConcreteAttributePath & attributePath)
|
||||
const chip::app::ConcreteAttributePath &attributePath)
|
||||
{
|
||||
ESP_LOGI(TAG, "Attribute Changed Callback: Endpoint: %d, Cluster: %ld, Attribute: %ld",
|
||||
attributePath.mEndpointId, attributePath.mClusterId, attributePath.mAttributeId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user