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:
-rw-r--r--fastled_progmem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fastled_progmem.h b/fastled_progmem.h
index 5527c623..dfcb9eff 100644
--- a/fastled_progmem.h
+++ b/fastled_progmem.h
@@ -69,7 +69,7 @@ FASTLED_NAMESPACE_BEGIN
// force 4-byte alignment as needed. The FastLED gradient
// palette code uses 'read dword', and now uses this macro
// to make sure that gradient palettes are 4-byte aligned.
-#if defined(FASTLED_ARM) || defined(ESP32)
+#if defined(FASTLED_ARM) || defined(ESP32) || defined(ESP8266)
#define FL_ALIGN_PROGMEM __attribute__ ((aligned (4)))
#else
#define FL_ALIGN_PROGMEM