We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f1d75a commit 1039194Copy full SHA for 1039194
src/app/tests/TestExtensionFieldSets.cpp
@@ -305,4 +305,4 @@ int TestExtensionFieldSets()
305
return (nlTestRunnerStats(&theSuite));
306
}
307
308
-CHIP_REGISTER_TEST_SUITE(TestExtensionFieldSets)
+CHIP_REGISTER_TEST_SUITE(TestExtensionFieldSets)
src/lib/core/CHIPConfig.h
@@ -1391,7 +1391,7 @@ extern const char CHIP_NON_PRODUCTION_MARKER[];
1391
*/
1392
#ifndef CHIP_CONFIG_SCENES_MAX_CLUSTERS_PER_SCENE
1393
#define CHIP_CONFIG_SCENES_MAX_CLUSTERS_PER_SCENE 3
1394
-#endif
+#endif
1395
1396
1397
/**
0 commit comments