Merge pull request #90 from cboltz/cboltz-timezone-deps
Use time/time.h from local dependencies
This commit is contained in:
commit
caab8943cb
@ -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