Skip to content

Commit

Permalink
Fixed after merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
hicklin committed Jul 7, 2023
1 parent 4f9c481 commit 2d6f26a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/AttributePersistenceProvider.h
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ class AttributePersistenceProvider
}

chip::Encoding::LittleEndian::Reader r(tempVal.data(), tempVal.size());
r.RawRead(&aValue);
r.RawReadLowLevelBeCareful(&aValue);
return r.StatusCode();
}

Expand Down

0 comments on commit 2d6f26a

Please sign in to comment.