From d2c9c9ee71ae52de9b6b4de0e3fd3e02f3f47603 Mon Sep 17 00:00:00 2001 From: Frank Date: Sun, 10 Dec 2023 16:50:49 +0100 Subject: [PATCH] fix small typo --- wled00/FX.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wled00/FX.h b/wled00/FX.h index ac72422ef0..3e4df0e717 100644 --- a/wled00/FX.h +++ b/wled00/FX.h @@ -398,7 +398,7 @@ typedef struct Segment { uint16_t aux0; // custom var uint16_t aux1; // custom var byte* data = nullptr; // effect data pointer // WLEDMM initialize to nullptr - CRGB* ledsrgb = nullptr; // local leds[] array (may be a pointer to global) //WLEDMM rename to ledsrgb to search on them (temp?), and initialilize to nullptr + CRGB* ledsrgb = nullptr; // local leds[] array (may be a pointer to global) //WLEDMM rename to ledsrgb to search on them (temp?), and initialize to nullptr size_t ledsrgbSize; //WLEDMM static CRGB *_globalLeds; // global leds[] array static uint16_t maxWidth, maxHeight; // these define matrix width & height (max. segment dimensions)