We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d41fa commit f4b7ba6Copy full SHA for f4b7ba6
libraries/Matter/src/MatterEndPoint.cpp
@@ -52,7 +52,7 @@ uint16_t MatterEndPoint::getEndPointId() {
52
}
53
54
void MatterEndPoint::setEndPointId(uint16_t ep) {
55
- if (ep == 0) {
+ if (ep == 0) {
56
log_e("Invalid endpoint ID");
57
return;
58
@@ -136,4 +136,4 @@ void MatterEndPoint::onIdentify(EndPointIdentifyCB onEndPointIdentifyCB) {
136
_onEndPointIdentifyCB = onEndPointIdentifyCB;
137
138
139
-#endif /* CONFIG_ESP_MATTER_ENABLE_DATA_MODEL */
+#endif /* CONFIG_ESP_MATTER_ENABLE_DATA_MODEL */
0 commit comments