Skip to content

Commit 76bc8ee

Browse files
committed
revert erroneous change
1 parent 3be95a6 commit 76bc8ee

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
@@ -672,7 +672,7 @@ uint16_t mode_twinkle(void) {
672672
if (SEGENV.aux0 >= maxOn)
673673
{
674674
SEGENV.aux0 = 0;
675-
SEGENV.aux1 = hw_random16(); //new seed for our PRNG (16-bit for better coverage)
675+
SEGENV.aux1 = hw_random(); //new seed for our PRNG
676676
}
677677
SEGENV.aux0++;
678678
SEGENV.step = it;

0 commit comments

Comments
 (0)