Skip to content

Commit

Permalink
Fix typo in doc comment for CHIP_CONFIG_MAX_GROUP_KEYS_PER_FABRIC (#3…
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamdp authored Jan 17, 2025
1 parent d7e30d0 commit f3e4e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/core/CHIPConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,7 @@ extern const char CHIP_NON_PRODUCTION_MARKER[];
#endif

/**
* @def CHIP_CONFIG_MAX_GROUPS_PER_FABRIC
* @def CHIP_CONFIG_MAX_GROUP_KEYS_PER_FABRIC
*
* @brief Defines the number of groups key sets supported per fabric, see Group Key Management Cluster in specification.
*
Expand Down

0 comments on commit f3e4e39

Please sign in to comment.