only: dead mockTimeMs

This commit is contained in:
Andrey 2024-04-17 15:27:35 -04:00
parent 918631fb82
commit 164c6aa41e
1 changed files with 1 additions and 3 deletions

View File

@ -8,10 +8,8 @@
bool verboseMode = false;
efitimems_t mockTimeMs = 0;
efitimems_t getTimeNowMs() {
return mockTimeMs;
return US2MS(getTimeNowUs());
}
void initLogging(LoggingWithStorage *logging, const char *name) {