prometheus fix

This commit is contained in:
Matthew Kennedy 2019-06-07 00:53:22 -07:00 committed by rusefi
parent f156cf6125
commit 0e23276ea7
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ void setBoardConfigurationOverrides(void) {
engineConfiguration->fatalErrorPin = GPIOA_13;
engineConfiguration->warningLedPin = GPIO_UNASSIGNED;
boardConfiguration->triggerInputPins[0] = is469 ? GPIOA_5 : GPIOA_5;
boardConfiguration->triggerInputPins[0] = GPIOA_5;
boardConfiguration->triggerInputPins[1] = GPIO_UNASSIGNED;
boardConfiguration->triggerInputPins[2] = GPIO_UNASSIGNED;
engineConfiguration->camInput = is469 ? GPIOE_9 : GPIOA_6;