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 <danielgarcia@gmail.com>2014-05-31 05:07:59 +0400
committerDaniel Garcia <danielgarcia@gmail.com>2014-05-31 05:07:59 +0400
commite674fbe42ae7e41249a9a8487ed6440d7f6cf363 (patch)
treed34851087062070c9a921cbf05a67e83305cf65e /fastspi_arm_k20.h
parentffb441d728f29c77fc2b2c5bdbd7c993b6efb49d (diff)
We don't need these toggles.
Diffstat (limited to 'fastspi_arm_k20.h')
-rw-r--r--fastspi_arm_k20.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fastspi_arm_k20.h b/fastspi_arm_k20.h
index 2e29a27f..0cb343a3 100644
--- a/fastspi_arm_k20.h
+++ b/fastspi_arm_k20.h
@@ -350,7 +350,6 @@ public:
// restore ctar1
update_ctar1(ctar1_save);
- FastPin<_CLOCK_PIN>::toggle();
}
release();
}