Fix type name

This commit is contained in:
TripleWhy 2023-11-04 15:48:22 +01:00
parent 3b6f499fc5
commit f3831665d4

View File

@ -2613,7 +2613,7 @@ uint16_t mode_halloween_eyes()
};
struct EyeData {
eyeState state;
uint8 color;
uint8_t color;
uint16_t startPos;
// duration + endTime could theoretically be replaced by a single endTime, however we would lose
// the ability to end the animation early when the user reduces the animation time.