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-09 23:44:48 +0300
committerDaniel Garcia <danielgarcia@gmail.com>2014-11-09 23:44:48 +0300
commite6f3a2e0ce903e043fc19953687cd5c3c17493b3 (patch)
treeca03ce135cf754894976f69d4905847ade5780d8
parentbc79688e7f4ff6d19afa801850b97188d825f105 (diff)
Fix build problems that some (but oddly, not all) people were having with 1.5.8.3.0.3
-rw-r--r--colorutils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/colorutils.h b/colorutils.h
index 55772c7f..9034c1ee 100644
--- a/colorutils.h
+++ b/colorutils.h
@@ -327,8 +327,8 @@ class CRGBPalette16;
class CRGBPalette256;
class CHSVPalette16;
class CHSVPalette256;
-typedef prog_uint32_t TProgmemRGBPalette16[16];
-typedef prog_uint32_t TProgmemHSVPalette16[16];
+typedef uint32_t TProgmemRGBPalette16[16];
+typedef uint32_t TProgmemHSVPalette16[16];
#define TProgmemPalette16 TProgmemRGBPalette16
// Convert a 16-entry palette to a 256-entry palette