Time-Timealarm libs from 1.6.9 not working in 1.6.10


something change? works in 1.6.9...

change lines:
code: [select]
#include <time.h>
to:
code: [select]
#include <timelib.h>
the new version of avr-libc included arduino ide 1.6.10/arduino avr boards 1.6.12 includes file named time.h. on case insensitive operating systems causes wrong file included.


Arduino Forum > Using Arduino > Installation & Troubleshooting > Time-Timealarm libs from 1.6.9 not working in 1.6.10


arduino

Comments

Popular posts from this blog

Error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode - Raspberry Pi Forums

class MPU6050 has no member named begin

missing filename after '-o'