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-24 23:10:58 +0300
committerDaniel Garcia <danielgarcia@gmail.com>2014-11-24 23:10:58 +0300
commitd51d5c7ce1ffeba8739cd0faaaaf5e8379a9176d (patch)
tree752e82042aa8b1db6eaf9d6a15d2fca46e40c971
parent78f6b7a4f48e24cd32a2402ca0c6cab8207dd7c1 (diff)
Shut off version warning in color palettes
-rw-r--r--colorpalettes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/colorpalettes.cpp b/colorpalettes.cpp
index 8cec8980..dea16f77 100644
--- a/colorpalettes.cpp
+++ b/colorpalettes.cpp
@@ -1,6 +1,6 @@
#ifndef __INC_COLORPALETTES_H
#define __INC_COLORPALETTES_H
-
+#define FASTLED_INTERNAL
#include "FastLED.h"
#include "colorutils.h"
#include "colorpalettes.h"