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 <danielgarcia@gmail.com>2014-03-16 13:43:30 +0400
committerDaniel Garcia <danielgarcia@gmail.com>2014-03-16 13:43:30 +0400
commit4c8c94514f46d9cf944d6bec8d64180ae02b5d38 (patch)
treefe3565442b8758b4d5d08a46126c0aeb3badbd3c /pixeltypes.h
parent4f74b580304eb04b007a22457b4981360d620f5e (diff)
* Move controller linkage to linked list, get rid of constant array of controllers
* Perform memory usage trimming on avr code and code across the board * Tweak template instantiations for clockless chipsets to get rid of spurious globals that were never being used.
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;
};