diff --git a/LED Episode 06/src/marquee.h b/LED Episode 06/src/marquee.h index 3c4fa35..84be887 100644 --- a/LED Episode 06/src/marquee.h +++ b/LED Episode 06/src/marquee.h @@ -57,7 +57,7 @@ void DrawMarqueeMirrored() } - static int scroll = 0; + static unsigned int scroll = 0; scroll++; for (int i = scroll % 5; i < NUM_LEDS / 2; i += 5)