Skip to content

Commit

Permalink
Update src/app/codegen-data-model-provider/EmberAttributeDataBuffer.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <[email protected]>
  • Loading branch information
andy31415 and bzbarsky-apple authored Oct 28, 2024
1 parent 919a42e commit b55d7ff
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -456,8 +456,8 @@ CHIP_ERROR EmberAttributeDataBuffer::EncodeInteger(chip::TLV::TLVWriter & writer
case ZCL_INT32U_ATTRIBUTE_TYPE: // Unsigned 32-bit integer
case ZCL_INT40U_ATTRIBUTE_TYPE: // Unsigned 40-bit integer
case ZCL_INT48U_ATTRIBUTE_TYPE: // Unsigned 48-bit integer
case ZCL_INT56U_ATTRIBUTE_TYPE: // Signed 56-bit integer
case ZCL_INT64U_ATTRIBUTE_TYPE: // Signed 64-bit integer
case ZCL_INT56U_ATTRIBUTE_TYPE: // Unsigned 56-bit integer
case ZCL_INT64U_ATTRIBUTE_TYPE: // Unsigned 64-bit integer
return writer.Put(tag, value.uint_value);
case ZCL_INT8S_ATTRIBUTE_TYPE: // Signed 8-bit integer
case ZCL_INT16S_ATTRIBUTE_TYPE: // Signed 16-bit integer
Expand Down

0 comments on commit b55d7ff

Please sign in to comment.