From 3560c225a45e6a5a6ee4b1b0a4e2b3104e8debb0 Mon Sep 17 00:00:00 2001 From: Lea Date: Tue, 29 Aug 2023 18:54:44 +0200 Subject: [PATCH] remove attribution (this is my code now) --- main.c | 1 - 1 file changed, 1 deletion(-) 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