auto-sync

This commit is contained in:
rusEfi 2016-09-25 22:02:21 -04:00
parent 517adcc49f
commit ff48fff0d3
1 changed files with 4 additions and 0 deletions

View File

@ -216,4 +216,8 @@ void setCitroenBerlingoTU3JPConfiguration(DECLARE_ENGINE_PARAMETER_F) {
copyFuelTable(tps_fuel_table, config->fuelTable);
copyTimingTable(tps_advance_table, config->ignitionTable);
engineConfiguration->dizzySparkOutputPin = GPIOE_3;
engineConfiguration->dizzySparkOutputPinMode = OM_INVERTED;
}