Extract CurrentTime and remove Timer_{Get,Set}CurrentTime()

This commit is contained in:
László Monda
2018-10-04 20:38:36 +02:00
parent c5cf738fd0
commit 98f7d512de
6 changed files with 18 additions and 26 deletions

View File

@@ -286,7 +286,7 @@ bool processDelayAction(void)
inDelay = false;
}
} else {
Timer_SetCurrentTime(&delayStart);
delayStart = CurrentTime;
inDelay = true;
}
return inDelay;