1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-02-20 14:54:31 +01:00

Removed not needed Timer warning

Timer is declared above, so nothing is missing here.
This commit is contained in:
Nico 2015-09-25 14:08:38 +02:00 committed by Cristian Maglie
parent 5e1b4c7434
commit fa52c41ede

View File

@ -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