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:
authorladyada <limor@ladyada.net>2017-01-14 07:06:49 +0300
committerladyada <limor@ladyada.net>2017-01-14 07:06:49 +0300
commitbba1a7a4c6f338b58684b7829b083bb2f3e63516 (patch)
tree29eac5f4a598801c3a327a95a0545d1bb7a0bc90 /platforms.h
parentdd5d96c6b289cb6b4b891748a4aeef3ddceaf0e6 (diff)
Add support for __SAMD21E18A__, Adafruit Gemma M0 (which uses that chip), and a tiny typo
Diffstat (limited to 'platforms.h')
-rw-r--r--platforms.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platforms.h b/platforms.h
index 25f19070..29788644 100644
--- a/platforms.h
+++ b/platforms.h
@@ -18,7 +18,7 @@
#include "platforms/arm/sam/fastled_arm_sam.h"
#elif defined(STM32F10X_MD)
#include "platforms/arm/stm32/fastled_arm_stm32.h"
-#elif defined(__SAMD21G18A__) || defined(__SAMD21J18A__) || defined(__SAMD21E17A__)
+#elif defined(__SAMD21G18A__) || defined(__SAMD21J18A__) || defined(__SAMD21E17A__) || defined(__SAMD21E18A__)
#include "platforms/arm/d21/fastled_arm_d21.h"
#elif defined(ESP8266)
#include "platforms/esp/8266/fastled_esp8266.h"