Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion wled00/FX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ uint16_t mode_twinkle(void) {
SEGENV.step = it;
}

unsigned PRNG16 = SEGENV.aux1;
uint16_t PRNG16 = SEGENV.aux1;

for (unsigned i = 0; i < SEGENV.aux0; i++)
{
Expand Down