Skip to content

Commit

Permalink
Modified the comment so it makes more sense
Browse files Browse the repository at this point in the history
  • Loading branch information
lpbeliveau-silabs committed Nov 16, 2023
1 parent 9af4e6e commit 60fabf4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/lib/core/CHIPConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -1460,9 +1460,10 @@ extern const char CHIP_NON_PRODUCTION_MARKER[];
/**
* @def CHIP_CONFIG_MAX_SCENES
*
* @brief This defines enables the caude for the default scene handlers in each sceneable cluster.
* @brief This defines enables the automatic registration of default scene handlers in the scene table for each sceneable clusters.
* If a user want's to use their own scene handlers, they can disable this flag and implement their own handlers.
*
* Then they can use ScenesServer::Instance().RegisterSceneHandler() to have their handlers called when a scene is recalled or
* stored.
*/
#ifndef CHIP_CONFIG_SCENES_USE_DEFAULT_HANDLERS
#define CHIP_CONFIG_SCENES_USE_DEFAULT_HANDLERS 1
Expand Down

0 comments on commit 60fabf4

Please sign in to comment.