File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -96,13 +96,18 @@ void renesas_setRTC(unsigned long time);
96
96
unsigned long renesas_getRTC ();
97
97
#endif
98
98
99
+ /* *************************************************************************************
100
+ * DEFINES
101
+ **************************************************************************************/
102
+
103
+ #define EPOCH_AT_COMPILE_TIME cvt_time (__DATE__)
104
+
99
105
/* *************************************************************************************
100
106
* CONSTANTS
101
107
**************************************************************************************/
102
108
103
109
/* Default NTP synch is scheduled each 24 hours from startup */
104
110
static time_t const TIMESERVICE_NTP_SYNC_TIMEOUT_ms = DAYS * 1000;
105
- static time_t const EPOCH_AT_COMPILE_TIME = cvt_time(__DATE__);
106
111
static time_t const EPOCH = 0 ;
107
112
108
113
/* *************************************************************************************
You can’t perform that action at this time.
0 commit comments