h-bridge wastegate not alive on bench #4965

in my dreams that would be part of CI
This commit is contained in:
rusefillc 2023-01-17 04:24:33 -05:00
parent 71c4653cf8
commit 3946f9e4c9
1 changed files with 3 additions and 0 deletions

View File

@ -58,6 +58,9 @@ void setTestCrankEngineConfiguration() {
}
void setTestDcWastegateConfiguration() {
engineConfiguration->isBoostControlEnabled = 1;
engineConfiguration->etbFunctions[0] = ETB_Wastegate;
setTable(config->boostTableOpenLoop, 50);
}
void setTestVVTEngineConfiguration() {