File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ TimeService::TimeService() {}
2222 * TimeService Fake Methods
2323 **************************************************************************************/
2424
25- unsigned long TimeService::getTime () {return time_now;}
25+ unsigned long TimeService::getLocalTime () {return time_now;}
2626
2727/* *************************************************************************************
2828 TEST CODE
Original file line number Diff line number Diff line change @@ -19,11 +19,6 @@ unsigned long getTime()
1919 return 0 ;
2020}
2121
22- unsigned long TimeService::getLocalTime ()
23- {
24- return getTime ();
25- }
26-
2722TimeService* ArduinoIoTCloudTimeService () {
2823 static TimeService _timeService_instance;
2924 return &_timeService_instance;
You can’t perform that action at this time.
0 commit comments