Skip to content

Commit 4f56b48

Browse files
Update examples/light-switch-app/asr/src/BindingHandler.cpp
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
1 parent 224a4b6 commit 4f56b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/light-switch-app/asr/src/BindingHandler.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ void BindingHandler::PrintBindingTable()
280280
\t+ ClusterId %d \n \
281281
\t+ RemoteEndpointId %d \n \
282282
\t+ NodeId %d",
283-
(int) entry.fabricIndex, (int) entry.local, (int) entry.clusterId.value_or(-1), (int) entry.remote,
283+
(int) entry.fabricIndex, (int) entry.local, (int) entry.clusterId.value_or(kInvalidClusterId), (int) entry.remote,
284284
(int) entry.nodeId);
285285
break;
286286
case MATTER_MULTICAST_BINDING:

0 commit comments

Comments
 (0)