File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 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);
9696unsigned long renesas_getRTC ();
9797#endif
9898
99+ /* *************************************************************************************
100+ * DEFINES
101+ **************************************************************************************/
102+
103+ #define EPOCH_AT_COMPILE_TIME cvt_time (__DATE__)
104+
99105/* *************************************************************************************
100106 * CONSTANTS
101107 **************************************************************************************/
102108
103109/* Default NTP synch is scheduled each 24 hours from startup */
104110static time_t const TIMESERVICE_NTP_SYNC_TIMEOUT_ms = DAYS * 1000;
105- static time_t const EPOCH_AT_COMPILE_TIME = cvt_time(__DATE__);
106111static time_t const EPOCH = 0 ;
107112
108113/* *************************************************************************************
You can’t perform that action at this time.
0 commit comments