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:
parent
5e1b4c7434
commit
fa52c41ede
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user