mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
Merge branch 'fix/build-image-ci-failure' into 'main'
Add missing weak definitions for Cluster Init and Shutdown callbacks See merge request app-frameworks/esp-matter!1418
This commit is contained in:
@@ -77,6 +77,16 @@ __attribute__((weak)) void ESPMatterAirQualityClusterServerShutdownCallback(Endp
|
||||
// Default empty implementation
|
||||
}
|
||||
|
||||
__attribute__((weak)) void ESPMatterAmbientContextSensingClusterServerInitCallback(EndpointId endpoint)
|
||||
{
|
||||
// Default empty implementation
|
||||
}
|
||||
|
||||
__attribute__((weak)) void ESPMatterAmbientContextSensingClusterServerShutdownCallback(EndpointId endpoint)
|
||||
{
|
||||
// Default empty implementation
|
||||
}
|
||||
|
||||
__attribute__((weak)) void ESPMatterApplicationBasicClusterServerInitCallback(EndpointId endpoint)
|
||||
{
|
||||
// Default empty implementation
|
||||
|
||||
Reference in New Issue
Block a user