mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
Merge branch 'fix_a_grammar_error' into 'main'
components/esp_matter: fix a small syntax error See merge request app-frameworks/esp-matter!1401
This commit is contained in:
+1
-1
@@ -88,7 +88,7 @@ void ESPMatterTimeFormatLocalizationClusterServerShutdownCallback(EndpointId end
|
|||||||
|
|
||||||
CHIP_ERROR err = esp_matter::data_model::provider::get_instance().registry().Unregister(&gServer.Cluster());
|
CHIP_ERROR err = esp_matter::data_model::provider::get_instance().registry().Unregister(&gServer.Cluster());
|
||||||
if (err != CHIP_NO_ERROR) {
|
if (err != CHIP_NO_ERROR) {
|
||||||
ChipLogError(AppServer, "TimeFormatLocalization unregister error: %" CHIP_ERROR_FORMAT, err.Format())
|
ChipLogError(AppServer, "TimeFormatLocalization unregister error: %" CHIP_ERROR_FORMAT, err.Format());
|
||||||
}
|
}
|
||||||
gServer.Destroy();
|
gServer.Destroy();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user