Fix *ToTime_t macros to work with the Arduino compiler#145
Conversation
The daysToTime_t (and all other similar macros) does not compile correctly on recent Arduino SDK. Apparently the compiler require that there will be no space between the macro name and the (x) parameter definition.
|
I can confirm the issue with Arduino IDE 1.8.13 on Windows 10. |
|
Same issue with: |
|
ping... |
|
@PaulStoffregen Thanks for the brilliant library! |
|
@murmlgrmpf , I hate to say it, but this repository is dead. Last checkin was 2021. This is what happen with OSS when there is no continuity and people change focus without nominating people who will replace them as maintainers. |
|
Actually, I'm taking it back. Seems @PaulStoffregen was active on github lately. Maybe he is just ignoring this repository specifically. |
|
Actually, i'm taking it back. Seems @PaulStoffregen was active on github lately. Maybe there is a chance this will get fixed. |
The daysToTime_t (and all other similar macros) does not compile correctly on recent Arduino SDK.
Apparently the compiler require that there will be no space between the macro name and the (x) parameter definition.