Skip to content

Commit

Permalink
[attribute storage] apply comment clarification from PR review
Browse files Browse the repository at this point in the history
Co-authored-by: Andrei Litvin <[email protected]>
  • Loading branch information
plan44 and andy31415 authored Oct 28, 2024
1 parent 287b7d8 commit fd5b66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/util/attribute-storage.h
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ void emberAfEndpointConfigure();
// not present in the specified template endpoint, will cause the function to
// return CHIP_ERROR_NOT_FOUND and endpointType unmodified.
//
// Note: function may allocate memory for the endpoint declaration.
// Note: function will allocate dynamic memory for the endpoint declaration.
// Use emberAfResetEndpointDeclaration to properly dispose of a dynamic endpoint declaration.
CHIP_ERROR emberAfSetupDynamicEndpointDeclaration(EmberAfEndpointType & endpointType, chip::EndpointId templateEndpointId,
const chip::Span<const EmberAfClusterSpec> & templateClusterSpecs);
Expand Down

0 comments on commit fd5b66c

Please sign in to comment.