Skip to content

Commit

Permalink
Style: correct bad description of ConvertValue
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeg-sfy committed Jan 25, 2022
1 parent 89092f1 commit 2930145
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ using namespace chip::app::Clusters::WindowCovering;
#define CHECK_BOUNDS_VALID(MIN, VAL, MAX) (!CHECK_BOUNDS_INVALID(MIN, VAL, MAX))

/*
* ConvertValue: Permits to convert values from one range to another
* ConvertValue: Converts values from one range to another
* Range In -> from inputLowValue to inputHighValue
* Range Out -> from outputLowValue to outputtHighValue
* offset true -> allows to take into account the minimum of each range in the conversion
Expand Down

0 comments on commit 2930145

Please sign in to comment.