GPIOG_1 is not a proteus control pin, assuming a typo

This commit is contained in:
rusefi 2021-01-01 18:20:49 -05:00
parent d4a56de9ab
commit a5aa3638b3
1 changed files with 1 additions and 1 deletions

View File

@ -803,7 +803,7 @@ void setMiataNB2_ProteusEngineConfiguration(DECLARE_CONFIG_PARAMETER_SIGNATURE)
engineConfiguration->fuelPumpPin = GPIOG_13;
engineConfiguration->idle.solenoidPin = GPIOG_1;
engineConfiguration->idle.solenoidPin = GPIOG_14; // "Lowside 7" # pin 7/black35
engineConfiguration->idle.solenoidFrequency = 300;