Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix *ToTime_t macros to work with the Arduino compiler #145

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 1, 2020

  1. Fix *ToTime_t macros

    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.
    tomer-w authored Mar 1, 2020
    Configuration menu
    Copy the full SHA
    57ac01a View commit details
    Browse the repository at this point in the history