Skip to content

Commit

Permalink
Quick fix for CYW30739 building error caused by removed config. (#17202)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsusid authored and pull[bot] committed Feb 6, 2024
1 parent fb1e2ba commit 9866bec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/platform/CYW30739/KeyValueStoreManagerImpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ class KeyValueStoreManagerImpl final : public KeyValueStoreManager
private:
static constexpr uint8_t mMaxEntryCount = 1 + /* For the global message counter */
1 + /* For the admin key count */
CHIP_CONFIG_MAX_FABRICS + 1 + /* For the session key count */
CHIP_CONFIG_MAX_SESSION_KEYS;
CHIP_CONFIG_MAX_FABRICS + 1 /* For the session key count */
;

struct KeyEntry
{
Expand Down

0 comments on commit 9866bec

Please sign in to comment.