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:
authorDaniel Garcia <dgarcia@dgarcia.net>2019-06-07 07:08:20 +0300
committerDaniel Garcia <dgarcia@dgarcia.net>2019-06-07 07:08:20 +0300
commitd4b6be31c96d9c178499ea4f067591a13f2bb719 (patch)
treeee56a2bb589f13ec752bc12aad7bb2e24c9d5987
parent5de3cf77e0b71d27a3dd59d0425da848dcfd3638 (diff)
warning cleanup
-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();