mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Remove legacy upTime() function
This commit is contained in:
@@ -4,7 +4,7 @@ SETUP_LOG (LoadMonitor)
|
||||
|
||||
void LoadMonitor::update()
|
||||
{ // call with the mutex
|
||||
int now = upTime();
|
||||
int now = UptimeTimer::getInstance().getElapsedSeconds ();
|
||||
|
||||
if (now == mLastUpdate) // current
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user