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() {}
22
22
* TimeService Fake Methods
23
23
**************************************************************************************/
24
24
25
- unsigned long TimeService::getTime () {return time_now;}
25
+ unsigned long TimeService::getLocalTime () {return time_now;}
26
26
27
27
/* *************************************************************************************
28
28
TEST CODE
Original file line number Diff line number Diff line change @@ -19,11 +19,6 @@ unsigned long getTime()
19
19
return 0 ;
20
20
}
21
21
22
- unsigned long TimeService::getLocalTime ()
23
- {
24
- return getTime ();
25
- }
26
-
27
22
TimeService* ArduinoIoTCloudTimeService () {
28
23
static TimeService _timeService_instance;
29
24
return &_timeService_instance;
You can’t perform that action at this time.
0 commit comments