Skip to content

Commit

Permalink
Fix Format
Browse files Browse the repository at this point in the history
  • Loading branch information
tehampson committed Nov 15, 2023
1 parent e129ee5 commit 3b44db2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/core/CHIPConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -1612,6 +1612,7 @@ extern const char CHIP_NON_PRODUCTION_MARKER[];
#if CHIP_CONFIG_MAX_PATHS_PER_INVOKE < 1 || CHIP_CONFIG_MAX_PATHS_PER_INVOKE > 65535
#error "CHIP_CONFIG_MAX_PATHS_PER_INVOKE is not allowed to be a number less than 1 or greater than 65535"
#endif

/**
* @def CHIP_CONFIG_ICD_OBSERVERS_POOL_SIZE
*
Expand Down

0 comments on commit 3b44db2

Please sign in to comment.