Skip to content

Commit

Permalink
Remove extra comment
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Oct 28, 2024
1 parent b55d7ff commit c1c607c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,6 @@ CHIP_ERROR EmberAttributeDataBuffer::EncodeInteger(chip::TLV::TLVWriter & writer
// code prioritizes code size over readability here.
if (mIsNullable && (value.uint_value == nullValueAsU64))
{
// MaxValue is used for NULL setting
return writer.PutNull(tag);
}

Expand Down

0 comments on commit c1c607c

Please sign in to comment.