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:
authorDaniel Garcia <dgarcia@dgarcia.net>2019-08-19 02:34:57 +0300
committerDaniel Garcia <dgarcia@dgarcia.net>2019-08-19 02:34:57 +0300
commit3e9628634c448697c9b756fda950be7b03817c65 (patch)
tree42c75785627798ee050a32472eca3800c436bd7f
parent5efea077bd3fe3e12c0900880317ab6800d743a8 (diff)
Fix #868 for Teensy LC
-rw-r--r--platforms/arm/kl26/led_sysdefs_arm_kl26.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platforms/arm/kl26/led_sysdefs_arm_kl26.h b/platforms/arm/kl26/led_sysdefs_arm_kl26.h
index 466d7295..575e6399 100644
--- a/platforms/arm/kl26/led_sysdefs_arm_kl26.h
+++ b/platforms/arm/kl26/led_sysdefs_arm_kl26.h
@@ -13,7 +13,7 @@
// Default to allowing interrupts
#ifndef FASTLED_ALLOW_INTERRUPTS
-#define FASTLED_ALLOW_INTERRUPTS 1
+// #define FASTLED_ALLOW_INTERRUPTS 1
#endif
#if FASTLED_ALLOW_INTERRUPTS == 1