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_bitbang.h')
-rw-r--r--fastspi_bitbang.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fastspi_bitbang.h b/fastspi_bitbang.h
index b2d58b6e..b9fba8a8 100644
--- a/fastspi_bitbang.h
+++ b/fastspi_bitbang.h
@@ -268,7 +268,7 @@ public:
while(data != end) {
writeByte(D::adjust(*data++), datapin, datahi_clockhi, datalo_clockhi, datahi_clocklo, datalo_clocklo);
}
- FastPin<CLOCK_PIN>::lo();
+ // FastPin<CLOCK_PIN>::lo();
}
#endif
D::postBlock(len);