diff --git a/main.c b/main.c index de4f1f2..154713a 100644 --- a/main.c +++ b/main.c @@ -13,7 +13,6 @@ int timer_start = 0xffff - (F_CPU / 1024 / 1000); volatile uint32_t ticks = 0; -// https://gist.github.com/Wollw/2381139 void start_timer() { // Sets the Clock Select. See table on page 157 the Atmel datasheet. TCCR1B |= _BV(CS10) | _BV(CS12); // clk/1024