Skip to content

Commit

Permalink
Address PR Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tehampson committed Nov 29, 2023
1 parent c29bc8a commit 21e888d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/core/TLVWriter.h
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ class DLL_EXPORT TLVWriter
* @retval #CHIP_ERROR_NO_MEMORY The reserved buffer size cannot fits into the remaining buffer size.
* @retval #CHIP_ERROR_INCORRECT_STATE
* Uses TLVBackingStore and is in a state where it might allocate
* additional non-contigious memory, thus making it impossible to
* additional non-contigious memory, thus making it difficult/impossible
* to properly reserve space.
*/
CHIP_ERROR ReserveBuffer(uint32_t aBufferSize);

Expand Down

0 comments on commit 21e888d

Please sign in to comment.