From b53611a0d1b539b34f791febdd8a22bd066df3e7 Mon Sep 17 00:00:00 2001 From: Nico Date: Fri, 25 Sep 2015 14:08:38 +0200 Subject: [PATCH] Removed not needed Timer warning Timer is declared above, so nothing is missing here. --- cores/arduino/wiring.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/cores/arduino/wiring.c b/cores/arduino/wiring.c index 68fb0ca..1c3e5a5 100644 --- a/cores/arduino/wiring.c +++ b/cores/arduino/wiring.c @@ -303,8 +303,6 @@ void init() // put timer 1 in 8-bit phase correct pwm mode #if defined(TCCR1A) && defined(WGM10) sbi(TCCR1A, WGM10); -#elif defined(TCCR1) - #warning this needs to be finished #endif // set timer 2 prescale factor to 64