Skip to content

Commit

Permalink
Merge branch 'let_backup_and_error_to_caller' of github.com:andy31415…
Browse files Browse the repository at this point in the history
…/connectedhomeip into let_backup_and_error_to_caller
  • Loading branch information
andreilitvin committed Jul 18, 2024
2 parents 49bbcfb + e7b8944 commit e9dafd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/util/ember-compatibility-functions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,8 @@ CHIP_ERROR ReadSingleClusterData(const SubjectDescriptor & aSubjectDescriptor, b
return CHIP_IM_GLOBAL_STATUS(Failure);
}

// If we got this far, write succeeded. Encode the success by terminating the write
// If we got this far, placing the data to be read in the output TLVWriter succeeded.
// Try to terminate our attribute report to signal success.
ReturnErrorOnFailure(attributeDataIBBuilder.EndOfAttributeDataIB());
return attributeReport.EndOfAttributeReportIB();
}
Expand Down

0 comments on commit e9dafd3

Please sign in to comment.