auto-sync

This commit is contained in:
rusEfi 2014-10-31 18:03:03 -05:00
parent e740dbac8c
commit a99fe5ff4e
1 changed files with 5 additions and 0 deletions

View File

@ -178,6 +178,11 @@ void setDodgeNeonNGCEngineConfiguration(engine_configuration_s *engineConfigurat
boardConfiguration->injectionPins[2] = GPIOE_1;
boardConfiguration->injectionPins[3] = GPIOB_7;
boardConfiguration->ignitionPins[0] = GPIOC_9;
boardConfiguration->ignitionPins[1] = GPIO_NONE;
boardConfiguration->ignitionPins[2] = GPIOE_8;
boardConfiguration->ignitionPins[3] = GPIO_NONE;
boardConfiguration->idleValvePin = GPIOE_5;
boardConfiguration->gps_rx_pin = GPIO_NONE;