GDI Epic #1448
This commit is contained in:
parent
e3a34c427c
commit
d8a022d1aa
|
@ -123,6 +123,7 @@ EnginePins::EnginePins() :
|
|||
hipCs("hipCs", CONFIG_PIN_OFFSETS(hip9011Cs))
|
||||
{
|
||||
tachOut.name = PROTOCOL_TACH_NAME;
|
||||
hpfpValve.name = PROTOCOL_HPFP_NAME;
|
||||
|
||||
static_assert(efi::size(sparkNames) >= IGNITION_PIN_COUNT, "Too many ignition pins");
|
||||
for (int i = 0; i < IGNITION_PIN_COUNT;i++) {
|
||||
|
|
|
@ -163,7 +163,7 @@ public:
|
|||
/**
|
||||
* High Pressure Fuel Pump valve control
|
||||
*/
|
||||
RegisteredOutputPin hpfpValve;
|
||||
RegisteredNamedOutputPin hpfpValve;
|
||||
// this one cranks engine
|
||||
RegisteredOutputPin starterControl;
|
||||
// this one prevents driver from cranking engine
|
||||
|
|
Loading…
Reference in New Issue