From c996c8a56502651bbf509cf8f787e1a8843d0e12 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Fri, 7 Nov 2014 17:15:19 -0800 Subject: Block compiling with gcc 4.8 and higher on AVR for the time being, until we can fix the asm issues with that version of the compiler. --- FastLED.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FastLED.h') diff --git a/FastLED.h b/FastLED.h index 43c990f1..e33d3ada 100644 --- a/FastLED.h +++ b/FastLED.h @@ -10,7 +10,9 @@ #define FASTLED_VERSION 3000001 #warning FastLED version 3.000.001 (Not really a warning, just telling you here.) +#ifndef __PROG_TYPES_COMPAT__ #define __PROG_TYPES_COMPAT__ +#endif #ifdef SmartMatrix_h #include -- cgit v1.2.3