Overflow in currentTimeMillis and getTimeNowSeconds #3531
it now takes 1000 times longer to overflow
This commit is contained in:
parent
677a2ede70
commit
29b21e6eb6
|
@ -168,7 +168,7 @@ static EngineStateBlinkingTask engineStateBlinkingTask;
|
|||
|
||||
// todo: this overflows pretty fast!
|
||||
efitimems_t currentTimeMillis(void) {
|
||||
return US2MS(getTimeNowUs();
|
||||
return US2MS(getTimeNowUs());
|
||||
}
|
||||
|
||||
// todo: this overflows pretty fast!
|
||||
|
|
Loading…
Reference in New Issue