greiman / SdFat

Arduino FAT16/FAT32 exFAT Library
MIT License
1.05k stars 496 forks source link

RtcTimestamp doesn't compile with DS3231 #248

Open gitterman opened 3 years ago

gitterman commented 3 years ago

Trying to compile with RTC_TYPE 2 I get error: 'class RTC_DS3231' has no member named 'isrunning'

greiman commented 3 years ago

I will remove the section with the isrunning check. It's not important, I may cut it to just the callback stuff.