Skip to content

Commit da86bab

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/light-switch-app/infineon/cyw30739/src/BindingHandler.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ void BindingHandler::PrintBindingTable()
306306
\t+ ClusterId %d \n \
307307
\t+ RemoteEndpointId %d \n \
308308
\t+ NodeId %d \n",
309-
(int) entry.fabricIndex, (int) entry.local, (int) entry.clusterId.value_or(-1), (int) entry.remote,
309+
(int) entry.fabricIndex, (int) entry.local, (int) entry.clusterId.value_or(kInvalidClusterId), (int) entry.remote,
310310
(int) entry.nodeId);
311311
break;
312312
case MATTER_MULTICAST_BINDING:

0 commit comments

Comments
 (0)