making things nicer with dual ETB settings

This commit is contained in:
rusefi 2019-11-30 18:42:51 -05:00
parent 3ed889486e
commit beda8f4b31
1 changed files with 2 additions and 2 deletions

View File

@ -93,9 +93,9 @@ static void setupEtb() {
// DIS - disables motor (enable low)
// PWM pin
boardConfiguration->etb[0].controlPin1 = GPIOC_7;
engineConfiguration->etbIo[0].controlPin1 = GPIOC_7;
// DIR pin
boardConfiguration->etb[0].directionPin1 = GPIOA_8;
engineConfiguration->etbIo[0].directionPin1 = GPIOA_8;
// set_fsio_output_pin 7 PC8
#if EFI_FSIO