Skip to content

Commit 86aa162

Browse files
committed
Fix CastingShellCommands.cpp
1 parent e8ea369 commit 86aa162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tv-casting-app/linux/CastingShellCommands.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ void PrintBindings()
9191
"Binding type=%d fab=%d nodeId=0x" ChipLogFormatX64
9292
" groupId=%d local endpoint=%d remote endpoint=%d cluster=" ChipLogFormatMEI,
9393
binding.type, binding.fabricIndex, ChipLogValueX64(binding.nodeId), binding.groupId, binding.local,
94-
binding.remote, ChipLogValueMEI(binding.clusterId.ValueOr(0)));
94+
binding.remote, ChipLogValueMEI(binding.clusterId.value_or(0)));
9595
}
9696
}
9797

0 commit comments

Comments
 (0)