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>2015-02-09 11:07:19 +0300
committerDaniel Garcia <danielgarcia@gmail.com>2015-02-09 11:07:19 +0300
commit033f47f3c95f4143d7f1d97144b0100dafa3d1df (patch)
tree3d0fa216d45342bfc7545c8afc7773d0e65b7d50 /noise.cpp
parentf149084f46492e0d012be82b96bf7b2d50e24a5a (diff)
SparkCore needs FastLED to be in a namespace.
Diffstat (limited to 'noise.cpp')
-rw-r--r--noise.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/noise.cpp b/noise.cpp
index a0090867..d377f10d 100644
--- a/noise.cpp
+++ b/noise.cpp
@@ -6,6 +6,8 @@
#define USE_PROGMEM
#endif
+FASTLED_USING_NAMESPACE
+
// Workaround for http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34734
#ifdef FASTLED_AVR
#ifdef PROGMEM