Use time/time.h from local dependencies
This fixes a compile issue, which can be a) file not found or b) (after installing the Time library) redefinition of a variable
This commit is contained in:
parent
223fd35138
commit
f5c05b24fb
@ -16,7 +16,7 @@
|
|||||||
#else
|
#else
|
||||||
#include <WProgram.h>
|
#include <WProgram.h>
|
||||||
#endif
|
#endif
|
||||||
#include <Time.h> //http://www.arduino.cc/playground/Code/Time
|
#include "../time/Time.h" //http://www.arduino.cc/playground/Code/Time
|
||||||
|
|
||||||
//convenient constants for dstRules
|
//convenient constants for dstRules
|
||||||
enum week_t {Last, First, Second, Third, Fourth};
|
enum week_t {Last, First, Second, Third, Fourth};
|
||||||
|
Loading…
Reference in New Issue
Block a user