allow running bench_test from simulator
This commit is contained in:
parent
b79989d365
commit
74aad20d40
|
@ -661,9 +661,9 @@ void commonEarlyInit() {
|
||||||
// one-time start-up
|
// one-time start-up
|
||||||
void initRealHardwareEngineController() {
|
void initRealHardwareEngineController() {
|
||||||
|
|
||||||
#if EFI_PROD_CODE && EFI_ENGINE_CONTROL
|
#if ! EFI_UNIT_TEST && EFI_ENGINE_CONTROL
|
||||||
initBenchTest();
|
initBenchTest();
|
||||||
#endif /* EFI_PROD_CODE && EFI_ENGINE_CONTROL */
|
#endif /* ! EFI_UNIT_TEST && EFI_ENGINE_CONTROL */
|
||||||
|
|
||||||
commonInitEngineController();
|
commonInitEngineController();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue