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:
authorPaulStoffregen <paul@pjrc.com>2021-11-17 21:33:37 +0300
committerPaulStoffregen <paul@pjrc.com>2021-11-17 21:33:37 +0300
commit0ea8c7c2ff805a914ff5dbc25f7d12183e690c3c (patch)
tree80800d76f561506b8b979423f2169124a2f77330 /src/platforms/arm/mxrt1062/fastled_arm_mxrt1062.h
parent8a82b609864146c25693da6738564e1aa4febf91 (diff)
Fix OctoWS2811 driver on Teensy 4.x
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 5098af33..0cd53602 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 "../k20/octows2811_controller.h"
+#include "octows2811_controller.h"
#include "../k20/ws2812serial_controller.h"
#include "../k20/smartmatrix_t3.h"
#include "clockless_arm_mxrt1062.h"