Skip to content

Commit 514c2cb

Browse files
Update examples/light-switch-app/nrfconnect/main/BindingHandler.cpp
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
1 parent da86bab commit 514c2cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/light-switch-app/nrfconnect/main/BindingHandler.cpp

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

0 commit comments

Comments
 (0)