allow running bench_test from simulator

This commit is contained in:
andreika-git 2023-10-14 22:15:01 +03:00 committed by Andrey
parent b79989d365
commit 74aad20d40
1 changed files with 2 additions and 2 deletions

View File

@ -661,9 +661,9 @@ void commonEarlyInit() {
// one-time start-up
void initRealHardwareEngineController() {
#if EFI_PROD_CODE && EFI_ENGINE_CONTROL
#if ! EFI_UNIT_TEST && EFI_ENGINE_CONTROL
initBenchTest();
#endif /* EFI_PROD_CODE && EFI_ENGINE_CONTROL */
#endif /* ! EFI_UNIT_TEST && EFI_ENGINE_CONTROL */
commonInitEngineController();