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 'clockless.h')
-rw-r--r--clockless.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/clockless.h b/clockless.h
index 7c0a5d41..4f264100 100644
--- a/clockless.h
+++ b/clockless.h
@@ -521,8 +521,6 @@ public:
_CTRL;
while(data < end) {
- // TODO: hand rig asm version of this method. The timings are based on adjusting/studying GCC compiler ouptut. This
- // will bite me in the ass at some point, I know it.
for(register uint32_t i = 7; i > 0; i--) {
AT_BIT_START(*port = 1);
if(b& 0x80) {} else { AT_MARK(*port = 0); }