h-bridge wastegate not alive on bench #4965
in my dreams that would be part of CI
This commit is contained in:
parent
3702770292
commit
71c4653cf8
|
@ -958,6 +958,9 @@ void resetConfigurationExt(configuration_callback_t boardCallback, engine_type_e
|
||||||
case TEST_ENGINE_VVT:
|
case TEST_ENGINE_VVT:
|
||||||
setTestVVTEngineConfiguration();
|
setTestVVTEngineConfiguration();
|
||||||
break;
|
break;
|
||||||
|
case TEST_DC_WASTEGATE_DISCOVERY:
|
||||||
|
setTestDcWastegateConfiguration();
|
||||||
|
break;
|
||||||
case SACHS:
|
case SACHS:
|
||||||
setSachs();
|
setSachs();
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue