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
|
||||
#include <WProgram.h>
|
||||
#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
|
||||
enum week_t {Last, First, Second, Third, Fourth};
|
||||
|
Loading…
Reference in New Issue
Block a user