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:
authorMark Kriegsman <kriegsman@tr.org>2015-07-23 20:02:37 +0300
committerMark Kriegsman <kriegsman@tr.org>2015-07-23 20:02:37 +0300
commitc2ee876cc4a80854da50cb7c3de9d861be9be43f (patch)
tree9f3989151b617d317950ff59375a4224e674254f /FastLED.h
parent4cef6f2dd1788d4d0ffb290177a3056bbdb850df (diff)
PROGMEM made optional. Control via FASTLED_USE_PROGMEM, which defaults to the right thing.
Diffstat (limited to 'FastLED.h')
-rw-r--r--FastLED.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/FastLED.h b/FastLED.h
index 31cc3b31..ac78afd8 100644
--- a/FastLED.h
+++ b/FastLED.h
@@ -40,6 +40,7 @@
#include "./dmx.h"
#include "platforms.h"
+#include "fastled_progmem.h"
#include "lib8tion.h"
#include "hsv2rgb.h"