Skip to content

Commit bb3a9a5

Browse files
authored
feat(matter): ci codespell fix currenty -> current_y
1 parent 3e0d084 commit bb3a9a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: libraries/Matter/src/MatterUtil/ColorFormat.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ struct CtColor_t {
4141
uint16_t ctMireds;
4242
};
4343

44-
RgbColor_t XYToRgb(uint8_t Level, uint16_t currentX, uint16_t currentY);
44+
RgbColor_t XYToRgb(uint8_t Level, uint16_t current_X, uint16_t current_Y);
4545
RgbColor_t HsvToRgb(HsvColor_t hsv);
4646
RgbColor_t CTToRgb(CtColor_t ct);
4747
HsvColor_t RgbToHsv(RgbColor_t rgb);

0 commit comments

Comments
 (0)