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>2014-11-08 04:15:42 +0300
committerDaniel Garcia <danielgarcia@gmail.com>2014-11-08 04:15:42 +0300
commit10bb0952047a5bc6a57dad19d3455351fc33e27b (patch)
tree2ef9b488ba6b6208c5fcaa0aaedc44477cb1a22f /FastLED.h
parent69a3fa68519b6b451fd63bc5064d16112bbb3b80 (diff)
parentc996c8a56502651bbf509cf8f787e1a8843d0e12 (diff)
Merge branch 'master' into FastLED3.1
Diffstat (limited to 'FastLED.h')
-rw-r--r--FastLED.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/FastLED.h b/FastLED.h
index d94dc1ba..07b26471 100644
--- a/FastLED.h
+++ b/FastLED.h
@@ -10,7 +10,9 @@
#define FASTLED_VERSION 3001000
#warning FastLED version 3001000 (Not really a warning, just telling you here.)
+#ifndef __PROG_TYPES_COMPAT__
#define __PROG_TYPES_COMPAT__
+#endif
#ifdef SmartMatrix_h
#include<SmartMatrix.h>