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

View File

@ -123,6 +123,7 @@ EnginePins::EnginePins() :
hipCs("hipCs", CONFIG_PIN_OFFSETS(hip9011Cs)) hipCs("hipCs", CONFIG_PIN_OFFSETS(hip9011Cs))
{ {
tachOut.name = PROTOCOL_TACH_NAME; tachOut.name = PROTOCOL_TACH_NAME;
hpfpValve.name = PROTOCOL_HPFP_NAME;
static_assert(efi::size(sparkNames) >= IGNITION_PIN_COUNT, "Too many ignition pins"); static_assert(efi::size(sparkNames) >= IGNITION_PIN_COUNT, "Too many ignition pins");
for (int i = 0; i < IGNITION_PIN_COUNT;i++) { for (int i = 0; i < IGNITION_PIN_COUNT;i++) {

View File

@ -163,7 +163,7 @@ public:
/** /**
* High Pressure Fuel Pump valve control * High Pressure Fuel Pump valve control
*/ */
RegisteredOutputPin hpfpValve; RegisteredNamedOutputPin hpfpValve;
// this one cranks engine // this one cranks engine
RegisteredOutputPin starterControl; RegisteredOutputPin starterControl;
// this one prevents driver from cranking engine // this one prevents driver from cranking engine