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:
Diffstat (limited to 'fastspi.h')
-rw-r--r--fastspi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fastspi.h b/fastspi.h
index 03a62b1e..979106d1 100644
--- a/fastspi.h
+++ b/fastspi.h
@@ -30,7 +30,7 @@ class SoftwareSPIOutput : public AVRSoftwareSPIOutput<_DATA_PIN, _CLOCK_PIN, _SP
#ifndef FASTLED_FORCE_SOFTWARE_SPI
#if defined(SPI_DATA) && defined(SPI_CLOCK)
-#if defined(FASTLED_TEENSY3) && defined(CORE_TEENSY)
+#if (defined(FASTLED_TEENSY3) || defined(FASTLED_TEENSYLC)) && defined(CORE_TEENSY)
template<uint8_t SPI_SPEED>
class SPIOutput<SPI_DATA, SPI_CLOCK, SPI_SPEED> : public ARMHardwareSPIOutput<SPI_DATA, SPI_CLOCK, SPI_SPEED, 0x4002C000> {};