Skip to content

Commit

Permalink
Add extra static to method
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Jan 15, 2024
1 parent bf60501 commit 4604c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/util/attribute-storage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ uint8_t attributeData[ACTUAL_ATTRIBUTE_SIZE];
// ----- internal-only methods, not part of the external API -----

// Loads the attributes from built-in default and storage.
void emAfLoadAttributeDefaults(chip::EndpointId endpoint, chip::Optional<chip::ClusterId> = chip::NullOptional);
static void emAfLoadAttributeDefaults(chip::EndpointId endpoint, chip::Optional<chip::ClusterId> = chip::NullOptional);

namespace {

Expand Down

0 comments on commit 4604c1a

Please sign in to comment.