leomil72 / swRTC

swRTC is a library that implements a software-RTC on an Arduino board or an Atmel microcontroller
36 stars 16 forks source link

ATMEGA644 timer registers not set #5

Closed Calcousin55 closed 6 years ago

Calcousin55 commented 6 years ago

I'm using a ATMEGA644 and noticed that the timer registers aren't getting set. The section that sets the registers checks if there is a ATMEGAx44 while in other places it checks for ATMEGA644. It looks like ATMEGAx44 never gets defined.

leomil72 commented 6 years ago

You're right. A typo. I'll correct it ASAP.