h-bridge wastegate not alive on bench #4965
in my dreams that would be part of CI
This commit is contained in:
parent
71c4653cf8
commit
3946f9e4c9
|
@ -58,6 +58,9 @@ void setTestCrankEngineConfiguration() {
|
|||
}
|
||||
|
||||
void setTestDcWastegateConfiguration() {
|
||||
engineConfiguration->isBoostControlEnabled = 1;
|
||||
engineConfiguration->etbFunctions[0] = ETB_Wastegate;
|
||||
setTable(config->boostTableOpenLoop, 50);
|
||||
}
|
||||
|
||||
void setTestVVTEngineConfiguration() {
|
||||
|
|
Loading…
Reference in New Issue