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-11 06:22:08 +0300
committerDaniel Garcia <danielgarcia@gmail.com>2015-02-11 06:22:08 +0300
commit972a5cd777eb3186dee89968168458dde8d22ab9 (patch)
tree8cc9f3daa876e8cbcf019dc9108020331914a350 /examples
parenta56d5c30dd4615a551c1a98fcbd50df5cec8c514 (diff)
Fix namespace in demo reel
Diffstat (limited to 'examples')
-rw-r--r--examples/DemoReel100/DemoReel100.ino2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/DemoReel100/DemoReel100.ino b/examples/DemoReel100/DemoReel100.ino
index 18471da2..3f686943 100644
--- a/examples/DemoReel100/DemoReel100.ino
+++ b/examples/DemoReel100/DemoReel100.ino
@@ -1,5 +1,7 @@
#include "FastLED.h"
+FASTLED_USING_NAMESPACE
+
// FastLED "100-lines-of-code" demo reel, showing just a few
// of the kinds of animation patterns you can quickly and easily
// compose using FastLED.