Skip to content

Commit 1706fdc

Browse files
authored
Merge pull request #5007 from benjamw/twinkle_fixes_15_x
Fix blank area issue with Twinkle
2 parents 90b1912 + 7e8bb20 commit 1706fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wled00/FX.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ uint16_t mode_twinkle(void) {
580580
SEGENV.step = it;
581581
}
582582

583-
unsigned PRNG16 = SEGENV.aux1;
583+
uint16_t PRNG16 = SEGENV.aux1;
584584

585585
for (unsigned i = 0; i < SEGENV.aux0; i++)
586586
{

0 commit comments

Comments
 (0)