Fix blank area issue with Twinkle (#5005)

* Fix blank area issue with Twinkle
This commit is contained in:
Benjam Welker
2025-10-16 23:31:00 -06:00
committed by GitHub
parent 3bc728e068
commit ca5debef32

View File

@@ -678,7 +678,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++)
{