only:returning useful mocks

This commit is contained in:
rusefi 2023-11-01 18:14:10 -04:00 committed by rusefillc
parent 1bad0860e8
commit 114e656627
1 changed files with 6 additions and 0 deletions

View File

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