Skip to content

Commit

Permalink
Update thermostat-delegate-impl.h
Browse files Browse the repository at this point in the history
  • Loading branch information
nivi-apple authored Aug 27, 2024
1 parent a375131 commit a812276
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ static constexpr uint8_t kMaxNumberOfPresetTypes = 7;
// We will support only one preset of each preset type.
static constexpr uint8_t kMaxNumberOfPresetsOfEachType = 1;

// For testing the use case where number of presets added exceed the number of presets supported, we will have the value of
// For testing the use case where number of presets added exceeds the number of presets supported, we will have the value of
// kMaxNumberOfPresetsSupported < kMaxNumberOfPresetTypes * kMaxNumberOfPresetsOfEachType
static constexpr uint8_t kMaxNumberOfPresetsSupported = kMaxNumberOfPresetTypes * kMaxNumberOfPresetsOfEachType - 1;

Expand Down

0 comments on commit a812276

Please sign in to comment.