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:
authorShawn Silverman <shawn@pobox.com>2021-12-29 19:35:02 +0300
committerShawn Silverman <shawn@pobox.com>2021-12-29 19:45:49 +0300
commit270d21fe973743e619f467cafdffb0434942273a (patch)
tree96821feb17168efc4b112658bfaed5ebe20c61c1 /src/platforms/arm/mxrt1062/fastled_arm_mxrt1062.h
parent8d49dd7f49a011a3b2b771522d055e90f1e3fcde (diff)
Split non-timing-related changes from 8d49dd7f49a011a3b2b771522d055e90f1e3fcde
That commit is for timing changes; separating out original Teensy 4 OctoWS2811 fix and crediting the original author.
Diffstat (limited to 'src/platforms/arm/mxrt1062/fastled_arm_mxrt1062.h')
-rw-r--r--src/platforms/arm/mxrt1062/fastled_arm_mxrt1062.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platforms/arm/mxrt1062/fastled_arm_mxrt1062.h b/src/platforms/arm/mxrt1062/fastled_arm_mxrt1062.h
index 0cd53602..5098af33 100644
--- a/src/platforms/arm/mxrt1062/fastled_arm_mxrt1062.h
+++ b/src/platforms/arm/mxrt1062/fastled_arm_mxrt1062.h
@@ -3,7 +3,7 @@
#include "fastpin_arm_mxrt1062.h"
#include "fastspi_arm_mxrt1062.h"
-#include "octows2811_controller.h"
+#include "../k20/octows2811_controller.h"
#include "../k20/ws2812serial_controller.h"
#include "../k20/smartmatrix_t3.h"
#include "clockless_arm_mxrt1062.h"