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 'pixeltypes.h')
-rw-r--r--pixeltypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pixeltypes.h b/pixeltypes.h
index 67689b12..663c37bd 100644
--- a/pixeltypes.h
+++ b/pixeltypes.h
@@ -560,7 +560,7 @@ struct CRGB {
Yellow=0xFFFF00,
YellowGreen=0x9ACD32
} HTMLColorCode;
- static uint32_t Squant;
+ // static uint32_t Squant;
};