This commit is contained in:
rusefillc 2020-11-09 21:41:13 -05:00
parent e3a34c427c
commit d8a022d1aa
2 changed files with 2 additions and 1 deletions

View File

@ -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++) {

View File

@ -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