From 2b7624691968a2099942b4e48382d51bc39a4346 Mon Sep 17 00:00:00 2001 From: Ben Isaacs <75862+ben-xo@users.noreply.github.com> Date: Thu, 29 Jul 2021 20:51:25 +0100 Subject: Remove clobbering of TCCR0A left over from ancient times Daniel Garcia commented out all of the other code which goes with this block in b9b23091 (2015). Remove this last remnant. --- src/platforms/avr/clockless_trinket.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/platforms/avr/clockless_trinket.h b/src/platforms/avr/clockless_trinket.h index 2cfbef0d..e5c1b0a6 100644 --- a/src/platforms/avr/clockless_trinket.h +++ b/src/platforms/avr/clockless_trinket.h @@ -473,10 +473,6 @@ protected: DONE; } - #if (FASTLED_ALLOW_INTERRUPTS == 1) - // stop using the clock juggler - TCCR0A &= ~0x30; - #endif } }; -- cgit v1.2.3