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:
authordevoh747 <dvohwinkel@nc.rr.com>2019-06-07 06:59:05 +0300
committerDaniel Garcia <danielgarcia@gmail.com>2019-06-07 06:59:05 +0300
commitfe94a0ce3b71f368a81eed5685f6082df80894c3 (patch)
tree609678b0b6bde9f5e7f459585a0a62e1c287cd10 /platforms.h
parente86f850e932e792772c158bc8538b57c5a411eb4 (diff)
Added in manitou48 's fixes to FastLed for ItsyBitsy M4 (SADM51 boards) (#803)
* Files fixed by manitou48 m4 feather express update I have not been able to find user manitou48 so I forked his changes and am trying to make a pull request to get it into FastLED. * delete led_sysdefs.h move led_sysdef.h to root of FastLED where it belongs. * Delete platforms.h Move platform.h to root of FastLED where it belongs. * move files to root of FastLED The led_sysdefs.h and platforms.h files belong in the root of the FastLED directory, not in platforms/arm/d51
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 88bf462d..625791bc 100644
--- a/platforms.h
+++ b/platforms.h
@@ -23,7 +23,7 @@
#include "platforms/arm/stm32/fastled_arm_stm32.h"
#elif defined(__SAMD21G18A__) || defined(__SAMD21J18A__) || defined(__SAMD21E17A__) || defined(__SAMD21E18A__)
#include "platforms/arm/d21/fastled_arm_d21.h"
-#elif defined(__SAMD51G19A__)
+#elif defined(__SAMD51G19A__) || defined(__SAMD51J19A__)
#include "platforms/arm/d51/fastled_arm_d51.h"
#elif defined(ESP8266)
#include "platforms/esp/8266/fastled_esp8266.h"