docs
This commit is contained in:
parent
78fdd5b9a9
commit
5c99178eeb
|
@ -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());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue