From 4a41215131e9dc2e99cd4c7fb48d5052fad91a1d Mon Sep 17 00:00:00 2001 From: lpbeliveau-silabs <112982107+lpbeliveau-silabs@users.noreply.github.com> Date: Mon, 20 Mar 2023 09:23:03 -0400 Subject: [PATCH] Update src/app/clusters/scenes/ExtensionFieldSets.h Co-authored-by: Boris Zbarsky --- src/app/clusters/scenes/ExtensionFieldSets.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/clusters/scenes/ExtensionFieldSets.h b/src/app/clusters/scenes/ExtensionFieldSets.h index 8c390a08fb521e..174d49cbafb3be 100644 --- a/src/app/clusters/scenes/ExtensionFieldSets.h +++ b/src/app/clusters/scenes/ExtensionFieldSets.h @@ -24,7 +24,7 @@ namespace chip { namespace scenes { static constexpr uint8_t kInvalidPosition = 0xff; -static constexpr uint8_t kMaxClusterPerScenes = CHIP_CONFIG_SCENES_MAX_CLUSTERS_PER_SCENE; +static constexpr uint8_t kMaxClustersPerScene = CHIP_CONFIG_SCENES_MAX_CLUSTERS_PER_SCENE; static constexpr uint8_t kMaxFieldBytesPerCluster = CHIP_CONFIG_SCENES_MAX_EXTENSION_FIELDSET_SIZE_PER_CLUSTER; /// @brief class meant serialize all extension ßfield sets of a scene so it can be stored and retrieved from flash memory.