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/DemoReel100/DemoReel100.ino')
-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 0f57cad7..ffa3a9fd 100644
--- a/examples/DemoReel100/DemoReel100.ino
+++ b/examples/DemoReel100/DemoReel100.ino
@@ -11,7 +11,7 @@ FASTLED_USING_NAMESPACE
//
// -Mark Kriegsman, December 2014
-#if FASTLED_VERSION < 3001000
+#if defined(FASTLED_VERSION) && (FASTLED_VERSION < 3001000)
#warning "Requires FastLED 3.1 or later; check github for latest code."
#endif