Skip to content

Commit ca5debe

Browse files
authored
Fix blank area issue with Twinkle (#5005)
* Fix blank area issue with Twinkle
1 parent 3bc728e commit ca5debe

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
@@ -678,7 +678,7 @@ uint16_t mode_twinkle(void) {
678678
SEGENV.step = it;
679679
}
680680

681-
unsigned PRNG16 = SEGENV.aux1;
681+
uint16_t PRNG16 = SEGENV.aux1;
682682

683683
for (unsigned i = 0; i < SEGENV.aux0; i++)
684684
{

0 commit comments

Comments
 (0)