Skip to content

Commit 9be25d1

Browse files
Make zone LED count a char as it can only be up to 0xFF
1 parent 290fdda commit 9be25d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Controllers/PolychromeController/PolychromeController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ class PolychromeController
112112
void SetColorsAndSpeed(unsigned char led, unsigned char red, unsigned char green, unsigned char blue);
113113
void SetMode(unsigned char mode, unsigned char speed);
114114

115-
unsigned int zone_led_count[6];
115+
unsigned char zone_led_count[6];
116116

117117
private:
118118
unsigned int asrock_type;

0 commit comments

Comments
 (0)