From f3831665d4689597da525e9b7c93640285a9089d Mon Sep 17 00:00:00 2001 From: TripleWhy Date: Sat, 4 Nov 2023 15:48:22 +0100 Subject: [PATCH] Fix type name --- wled00/FX.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wled00/FX.cpp b/wled00/FX.cpp index 0d340c8f..556da559 100644 --- a/wled00/FX.cpp +++ b/wled00/FX.cpp @@ -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.