This commit is contained in:
Andrey 2021-11-11 21:31:24 -05:00
parent 78fdd5b9a9
commit 5c99178eeb
1 changed files with 3 additions and 1 deletions

View File

@ -166,7 +166,9 @@ private:
static EngineStateBlinkingTask engineStateBlinkingTask;
// todo: this overflows pretty fast!
/**
* 32 bit return type overflows in 23 days. I think we do not expect rusEFI to run for 23 days straight days any time soon?
*/
efitimems_t currentTimeMillis(void) {
return US2MS(getTimeNowUs());
}