We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdcf07a commit 90732b2Copy full SHA for 90732b2
src/app/clusters/scenes-server/SceneTableImpl.h
@@ -40,7 +40,6 @@ static_assert(kMaxScenesPerEndpoint <= CHIP_CONFIG_MAX_SCENES_TABLE_SIZE,
40
"CHIP_CONFIG_MAX_SCENES_TABLE_SIZE in CHIPConfig.h if you really need more scenes");
41
static_assert(kMaxScenesPerEndpoint >= 16, "Per spec, kMaxScenesPerEndpoint must be at least 16");
42
static constexpr uint16_t kMaxScenesPerFabric = (kMaxScenesPerEndpoint - 1) / 2;
43
-static constexpr uint8_t kMaxFabrics = CHIP_CONFIG_MAX_FABRICS;
44
45
/**
46
* @brief Implementation of a storage in nonvolatile storage of the scene table.
0 commit comments