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 'examples')
-rw-r--r--examples/DemoReel100/DemoReel100.ino2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/DemoReel100/DemoReel100.ino b/examples/DemoReel100/DemoReel100.ino
index 3f686943..0f57cad7 100644
--- a/examples/DemoReel100/DemoReel100.ino
+++ b/examples/DemoReel100/DemoReel100.ino
@@ -12,7 +12,7 @@ FASTLED_USING_NAMESPACE
// -Mark Kriegsman, December 2014
#if FASTLED_VERSION < 3001000
-#error "Requires FastLED 3.1 or later; check github for latest code."
+#warning "Requires FastLED 3.1 or later; check github for latest code."
#endif
#define DATA_PIN 3