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:
authorMark Kriegsman <1334634+kriegsman@users.noreply.github.com>2021-03-22 17:55:29 +0300
committerGitHub <noreply@github.com>2021-03-22 17:55:29 +0300
commitfc03dc7aaf0e1e41c91ca279adc885eb247e56b1 (patch)
tree8cb7fe9a0929b4a7e18f2e451a6e98fceecca847 /src/platforms/arm/d51/led_sysdefs_arm_d51.h
parent2cb3ca46c78c7dcf17007975427c2318721b0961 (diff)
parentc784b2456782afe1afd551ddc60eb53213e5d46f (diff)
Merge pull request #1198 from craiglink/SeeedWioTerminal
Native SPI support for ARM D51 processors & others. Support Seeed wio terminal.
Diffstat (limited to 'src/platforms/arm/d51/led_sysdefs_arm_d51.h')
-rw-r--r--src/platforms/arm/d51/led_sysdefs_arm_d51.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/platforms/arm/d51/led_sysdefs_arm_d51.h b/src/platforms/arm/d51/led_sysdefs_arm_d51.h
index fd6a25e2..77726fa2 100644
--- a/src/platforms/arm/d51/led_sysdefs_arm_d51.h
+++ b/src/platforms/arm/d51/led_sysdefs_arm_d51.h
@@ -3,8 +3,6 @@
#define FASTLED_ARM
-// Note this is an M4, not an M0+, but this enables the shared m0clockless.h
-#define FASTLED_ARM_M0_PLUS
#ifndef INTERRUPT_THRESHOLD
#define INTERRUPT_THRESHOLD 1
@@ -12,7 +10,7 @@
// Default to allowing interrupts
#ifndef FASTLED_ALLOW_INTERRUPTS
-#define FASTLED_ALLOW_INTERRUPTS 0
+#define FASTLED_ALLOW_INTERRUPTS 1
#endif
#if FASTLED_ALLOW_INTERRUPTS == 1