Skip to content

Commit 4dcdc8a

Browse files
committed
fixed type error
1 parent e0c42ad commit 4dcdc8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/displayConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// Global variables
1111
extern int8_t rgbMode;
1212
extern uint8_t rgbModeLoaded;
13-
extern uint8_t yOffset;
13+
extern int8_t yOffset;
1414

1515
// Constant array
1616
extern const uint8_t rgbOrder[3 * 6];

0 commit comments

Comments
 (0)