diff options
Diffstat (limited to 'cores/arduino')
-rw-r--r-- | cores/arduino/wiring.c | 2 |
1 files changed, 0 insertions, 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 |