core: Fix typo in InfoLedPattern (#2029)

This commit is contained in:
PabloMK7 2026-04-11 13:23:42 +02:00 committed by GitHub
parent b2faa299d5
commit 6eca4afac5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@ struct InfoLedPattern {
u8 ticks_per_index{}; // Amount of ticks to stay in the current index (1 tick == 1/512 s)
u8 ticks_to_progress{}; // Amount of ticks to go from the previous value to the current
// index value. Normally, this only makes sense to be set to 0 to
// disable interpolation, or equal to "ticks_to_progress" for linear
// disable interpolation, or equal to "ticks_per_index" for linear
// interpolation. Any other value breaks the interpolation math.
u8 last_index_repeat_times{}; // Amount of times to repeat the last index, as if the color
// array had "last_index_repeat_times" more elements equal to