From 48863932833d4f292a22718ef2ebfa449df2e88c Mon Sep 17 00:00:00 2001 From: lpbeliveau-silabs <112982107+lpbeliveau-silabs@users.noreply.github.com> Date: Wed, 8 Mar 2023 13:48:59 -0500 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Boris Zbarsky --- src/lib/core/CHIPConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/core/CHIPConfig.h b/src/lib/core/CHIPConfig.h index 9007b629d81584..399712f228dede 100644 --- a/src/lib/core/CHIPConfig.h +++ b/src/lib/core/CHIPConfig.h @@ -1397,7 +1397,7 @@ extern const char CHIP_NON_PRODUCTION_MARKER[]; /** * @brief The maximum number of clusters per scene */ -#ifndef CHIP_CONFIG_SCENES_MAX_CLUSTERS_PER_SCENES +#ifndef CHIP_CONFIG_SCENES_MAX_CLUSTERS_PER_SCENE #define CHIP_CONFIG_SCENES_MAX_CLUSTERS_PER_SCENES 3 #endif