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

Use TimeLib.h instead of Time.h #3

Merged
merged 1 commit into from
Jan 12, 2017
Merged

Use TimeLib.h instead of Time.h #3

merged 1 commit into from
Jan 12, 2017

Conversation

per1234
Copy link
Contributor

@per1234 per1234 commented Jul 31, 2016

The new version of avr-libc included with Arduino IDE 1.6.10/Arduino AVR
Boards 1.6.12 has a file named time.h. This causes that file to be
included instead of the intended file on case insensitive operating
systems, resulting in compile failure. This is also an issue with
non-AVR boards. Recent versions of the Time library have a file named
TimeLib.h to solve this issue.

The new version of avr-libc included with Arduino IDE 1.6.10/Arduino AVR
Boards 1.6.12 has a file named time.h. This causes that file to be
included instead of the intended file on case insensitive operating
systems, resulting in compile failure. This is also an issue with
non-AVR boards. Recent versions of the Time library have a file named
TimeLib.h to solve this issue.
@thijse
Copy link
Owner

thijse commented Jan 12, 2017

I've merged your pull request. Thanks!

@thijse thijse merged commit 91c7b0a into thijse:master Jan 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants