auto-sync
This commit is contained in:
parent
cbeb6d17be
commit
3e6af63200
|
@ -1,6 +1,8 @@
|
|||
/*
|
||||
* @file ford_festiva.cpp
|
||||
*
|
||||
* set_engine_type 14
|
||||
*
|
||||
* @date Jan 3, 2016
|
||||
* @author Andrey Belomutskiy, (c) 2012-2016
|
||||
*/
|
||||
|
@ -161,6 +163,14 @@ void setFordEscortGt(DECLARE_ENGINE_PARAMETER_F) {
|
|||
boardConfiguration->ignitionPins[3] = GPIO_UNASSIGNED;
|
||||
boardConfiguration->ignitionPinMode = OM_DEFAULT;
|
||||
|
||||
// individual coils
|
||||
// W6 PC9
|
||||
// W8 PC7
|
||||
// W12 PE8
|
||||
// W13 PE12
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Outputs
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue