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:13:47 -05:00
parent 272014553e
commit a4e18d087f
3 changed files with 5 additions and 1 deletions

View File

@ -57,6 +57,9 @@ void setTestCrankEngineConfiguration() {
engineConfiguration->skippedWheelOnCam = false;
}
void setTestDcWastegateConfiguration() {
}
void setTestVVTEngineConfiguration() {
setCrankOperationMode();

View File

@ -12,6 +12,7 @@
void setTestCamEngineConfiguration();
void setTestCrankEngineConfiguration();
void setTestVVTEngineConfiguration();
void setTestDcWastegateConfiguration();
void setTestEngineIssue366both();
void setTestEngineIssue366rise();

View File

@ -125,7 +125,7 @@ typedef enum __attribute__ ((__packed__)) {
*/
FRANKENSO_MAZDA_MIATA_2003 = 47,
UNUSED_48 = 48,
TEST_DC_WASTEGATE_DISCOVERY = 48,
FRANKENSO_QA_ENGINE = 49,