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 <1334634+kriegsman@users.noreply.github.com>2021-04-10 20:27:00 +0300
committerGitHub <noreply@github.com>2021-04-10 20:27:00 +0300
commit1a273c8d3c99bbecccd9e2b1456516da8156415b (patch)
treef88a5df28d31e2eda9a073109347a7fdfa5fa2c2 /examples/TwinkleFox/TwinkleFox.ino
parentb5874b588ade1d2639925e4e9719fa7d3c9d9e94 (diff)
parent7e070d6489f845688616e9d4822e5df62d6078f5 (diff)
Merge pull request #1218 from marmilicious/master
Some Modernization updates for #1208
Diffstat (limited to 'examples/TwinkleFox/TwinkleFox.ino')
-rw-r--r--examples/TwinkleFox/TwinkleFox.ino4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/TwinkleFox/TwinkleFox.ino b/examples/TwinkleFox/TwinkleFox.ino
index 4821139b..89af25c5 100644
--- a/examples/TwinkleFox/TwinkleFox.ino
+++ b/examples/TwinkleFox/TwinkleFox.ino
@@ -1,9 +1,5 @@
#include "FastLED.h"
-#if defined(FASTLED_VERSION) && (FASTLED_VERSION < 3001000)
-#warning "Requires FastLED 3.1 or later; check github for latest code."
-#endif
-
#define NUM_LEDS 100
#define LED_TYPE WS2811