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 <[email protected]>
  • Loading branch information
2 people authored and pull[bot] committed Sep 18, 2023
1 parent 6e65f3b commit 1449736
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
Expand Up @@ -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 {

Expand Down

0 comments on commit 1449736

Please sign in to comment.