This commit is contained in:
parent
3983c71d66
commit
e36a4e03bf
|
@ -730,5 +730,5 @@ int getRusEfiVersion(void) {
|
|||
if (initBootloader() != 0)
|
||||
return 123;
|
||||
#endif /* EFI_BOOTLOADER_INCLUDE_CODE */
|
||||
return 20180322;
|
||||
return 20180323;
|
||||
}
|
||||
|
|
|
@ -344,7 +344,7 @@
|
|||
#define ON_LOCK_HOOK
|
||||
#define ON_UNLOCK_HOOK
|
||||
|
||||
#define USE_PORT_LOCK TRUE
|
||||
#define USE_PORT_LOCK FALSE
|
||||
|
||||
/**
|
||||
* @brief Debug option, parameters checks.
|
||||
|
|
|
@ -94,7 +94,7 @@ static void runChprintfTest() {
|
|||
}
|
||||
|
||||
void rusEfiFunctionalTest(void) {
|
||||
printToWin32Console("Running version:");
|
||||
printToWin32Console("Running rusEfi simulator version:");
|
||||
static char versionBuffer[20];
|
||||
itoa10(versionBuffer, (int)getRusEfiVersion());
|
||||
printToWin32Console(versionBuffer);
|
||||
|
@ -121,9 +121,7 @@ void rusEfiFunctionalTest(void) {
|
|||
initRpmCalculator(&sharedLogger, engine);
|
||||
|
||||
initTriggerCentral(&sharedLogger);
|
||||
|
||||
initTriggerEmulator(&sharedLogger PASS_ENGINE_PARAMETER_SUFFIX);
|
||||
|
||||
#if EFI_MAP_AVERAGING || defined(__DOXYGEN__)
|
||||
initMapAveraging(&sharedLogger, engine);
|
||||
#endif /* EFI_MAP_AVERAGING */
|
||||
|
|
Loading…
Reference in New Issue