only:mre_f4

This commit is contained in:
rusefi 2024-01-01 22:07:14 -05:00
parent d91cda1667
commit 867968ed16
1 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ void setMreM111EngineConfiguration() {
setPPSInputs(MRE_IN_PPS, MRE_IN_PPS2);
setTPS1Inputs(MRE_IN_TPS, MRE_IN_TPS2);
engineConfiguration->oilPressure.hwChannel = MRE_IN_ANALOG_VOLT_4;
engineConfiguration->lowPressureFuel.hwChannel = MRE_IN_ANALOG_VOLT_4;
// assumes R30 is populated
engineConfiguration->boostControlPin = MRE_AV9_REUSE;
#endif // HW_MICRO_RUSEFI
@ -88,4 +88,4 @@ void setProteusM111EngineConfiguration() {
setProteusEtbIO();
#endif // HW_PROTEUS
}
}