NA6 defaults IO
This commit is contained in:
rusefillc 2021-11-04 11:14:24 -04:00
parent 23aea8a957
commit aac4e8e52b
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ void setBoardDefaultConfiguration(void) {
engineConfiguration->fanPin = GPIOD_12; // OUT_PWM8
engineConfiguration->mainRelayPin = GPIOI_2; // OUT_LOW3
engineConfiguration->tachOutputPin = GPIOI_0;
engineConfiguration->checkEngineLedPin = GPIOG_9;
engineConfiguration->malfunctionIndicatorPin = GPIOG_9;
engineConfiguration->vehicleSpeedSensorInputPin = H144_IN_VSS;