Skip to content

Commit

Permalink
Update src/lib/core/SceneId.h
Browse files Browse the repository at this point in the history
Co-authored-by: Tennessee Carmel-Veilleux <tennessee.carmelveilleux@gmail.com>
  • Loading branch information
2 people authored and pull[bot] committed Sep 5, 2023
1 parent 54830dc commit 1031484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/core/SceneId.h
Original file line number Diff line number Diff line change
@@ -50,7 +50,7 @@
/**
* @brief The maximum number of scenes allowed on a single fabric
*/
#define SCENE_MAX_PER_FABRIC SCENE_MAX_NUMBER / 2
#define SCENE_MAX_PER_FABRIC (SCENE_MAX_NUMBER / 2)

namespace chip {

0 comments on commit 1031484

Please sign in to comment.