Skip to content

Commit

Permalink
DSRR-158 Fix for Chip-tool compilation problem with RFID. Same fix pr…
Browse files Browse the repository at this point in the history
…oposed upstream in PR# #30581
  • Loading branch information
jamesharrow committed Nov 22, 2023
1 parent 3ac994c commit 250f69c
Show file tree
Hide file tree
Showing 2 changed files with 105 additions and 105 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ CHIP_ERROR DataModelLogger::LogEvent(const chip::app::EventHeader & header, chip
{{/first}}
case {{asUpperCamelCase parent.name}}::Events::{{asUpperCamelCase name}}::Id:
{
{{zapTypeToDecodableClusterObjectType name ns=parent.name forceNotOptional=true}} value;
{{asUpperCamelCase parent.name}}::Events::{{asUpperCamelCase name}}::DecodableType value;
ReturnErrorOnFailure(chip::app::DataModel::Decode(*data, value));
return DataModelLogger::LogValue("{{name}}", 1, value);
}
Expand Down
Loading

0 comments on commit 250f69c

Please sign in to comment.