Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'platforms/esp/32/clockless_rmt_esp32.h')
-rw-r--r--platforms/esp/32/clockless_rmt_esp32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platforms/esp/32/clockless_rmt_esp32.h b/platforms/esp/32/clockless_rmt_esp32.h
index ac91ef11..c9fee8a5 100644
--- a/platforms/esp/32/clockless_rmt_esp32.h
+++ b/platforms/esp/32/clockless_rmt_esp32.h
@@ -347,7 +347,7 @@ protected:
// -- Cycle through the R,G, and B values in the right order,
// storing the pulses in the big buffer
mCurPulse = 0;
- int cur = 0;
+
uint32_t byteval;
while (pixels.has(1)) {
byteval = pixels.loadAndScale0();